Html Css Color HEX #EECD3A Golden Dream

📋 copy color: '#EECD3A'

red 238 ◦ green 205 ◦ blue 58

#EECD3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EECD3A

Tints of Golden Dream #EECD3A

RGB

 RED value IS 238 (93.36% from 255) = 47.5%

 GREEN value IS 205 (80.47% from 255) = 40.92%

 BLUE value IS 58 (23.05% from 255) = 11.58%

R = 47.5%
G = 40.92%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EECD3A (or 0xEECD3A) is known color: Golden Dream. HEX triplet: EE, CD and 3A. RGB value is (238,205,58). Sum of RGB (Red+Green+Blue) = 238+205+58=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD3A is #1132C5. Grayscale: #C6C6C6. Windows color (decimal): -1127110 or 3853806. OLE color: 3853806.

HSL color Cylindrical-coordinate representation of color #EECD3A: hue angle of 49º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EECD3A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 58 -
CMYK 0 0.14 0.76 0.07
HSL 49º 0.84% 0.58% -
HSV(B) 49º 0.76% 0.93% -
XYZ 57.85 62.15 12.95 -
YUV 198.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 238 205 58 0 0.14 0.76 0.07 49 0.84 0.58
Hex EE CD 3A 0 E 4C 7 31 54 3A
Octal 356 315 72 0 16 114 7 61 124 72
Binary 11101110 11001101 111010 0 1110 1001100 111 110001 1010100 111010

Color Harmonies of #EECD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD3A

Black with #EECD3A

Text Example


Text Example

White with #EECD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD3A; }

 p { color: rgb(238,205,58); }

 H1.HeaderClassName
 {
   color: #EECD3A;
 }
 .AnyTagClassName
 {
   color: #EECD3A;
 }
</style>

background-color css

<style>
 a { background-color: #EECD3A; }

 a { background-color: rgb(238,205,58); }

 div.DivClassName
 {
   background-color: #EECD3A;
 }
 .BgClassName
 {
   background-color: #EECD3A;
 }
</style>

border-color css

<style>
 span { border-color: #EECD3A; }

 span { border-color: rgb(238,205,58); }

 td.TdClassName
 {
   border-color: #EECD3A;
 }
 .TagClassName
 {
   border-color: #EECD3A;
 }
</style>