Html Css Color HEX #EECF31 Golden Dream

📋 copy color: '#EECF31'

red 238 ◦ green 207 ◦ blue 49

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

Shades of Golden Dream #EECF31

Tints of Golden Dream #EECF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

 BLUE value IS 49 (19.53% from 255) = 9.92%

R = 48.18%
G = 41.9%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EECF31 (or 0xEECF31) is known color: Golden Dream. HEX triplet: EE, CF and 31. RGB value is (238,207,49). Sum of RGB (Red+Green+Blue) = 238+207+49=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF31 is #1130CE. Grayscale: #C6C6C6. Windows color (decimal): -1126607 or 3264494. OLE color: 3264494.

HSL color Cylindrical-coordinate representation of color #EECF31: hue angle of 50.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EECF31 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 207 49 -
CMYK 0 0.13 0.79 0.07
HSL 50.16º 0.85% 0.56% -
HSV(B) 50.16º 0.79% 0.93% -
XYZ 58.13 63.02 12.01 -
YUV 198.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 238 207 49 0 0.13 0.79 0.07 50.16 0.85 0.56
Hex EE CF 31 0 D 4F 7 32 55 38
Octal 356 317 61 0 15 117 7 62 125 70
Binary 11101110 11001111 110001 0 1101 1001111 111 110010 1010101 111000

Color Harmonies of #EECF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECF31

Black with #EECF31

Text Example


Text Example

White with #EECF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECF31; }

 p { color: rgb(238,207,49); }

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

background-color css

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

 a { background-color: rgb(238,207,49); }

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

border-color css

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

 span { border-color: rgb(238,207,49); }

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