Html Css Color HEX #EECF32 Golden Dream

📋 copy color: '#EECF32'

red 238 ◦ green 207 ◦ blue 50

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

Shades of Golden Dream #EECF32

Tints of Golden Dream #EECF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 48.08%
G = 41.82%
B = 10.1%

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

#EECF32 (or 0xEECF32) is known color: Golden Dream. HEX triplet: EE, CF and 32. RGB value is (238,207,50). Sum of RGB (Red+Green+Blue) = 238+207+50=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF32 is #1130CD. Grayscale: #C7C7C7. Windows color (decimal): -1126606 or 3330030. OLE color: 3330030.

HSL color Cylindrical-coordinate representation of color #EECF32: hue angle of 50.11º 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 #EECF32 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 207 50 -
CMYK 0 0.13 0.79 0.07
HSL 50.11º 0.85% 0.56% -
HSV(B) 50.11º 0.79% 0.93% -
XYZ 58.15 63.03 12.12 -
YUV 198.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 238 207 50 0 0.13 0.79 0.07 50.11 0.85 0.56
Hex EE CF 32 0 D 4F 7 32 55 38
Octal 356 317 62 0 15 117 7 62 125 70
Binary 11101110 11001111 110010 0 1101 1001111 111 110010 1010101 111000

Color Harmonies of #EECF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECF32

Black with #EECF32

Text Example


Text Example

White with #EECF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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