Shades of Golden Dream #EECC32
Tints of Golden Dream #EECC32
RGB
CMYK
RGB Variations
Color information
#EECC32 (or 0xEECC32) is known color: Golden Dream. HEX triplet: EE, CC and 32. RGB value is (238,204,50). Sum of RGB (Red+Green+Blue) = 238+204+50=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC32 is #1133CD. Grayscale: #C5C5C5. Windows color (decimal): -1127374 or 3329262. OLE color: 3329262.
HSL color Cylindrical-coordinate representation of color #EECC32: hue angle of 49.15º 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 #EECC32 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 50 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.07 |
| HSL | 49.15º | 0.85% | 0.56% | - |
| HSV(B) | 49.15º | 0.79% | 0.93% | - |
| XYZ | 57.43 | 61.59 | 11.88 | - |
| YUV | 196.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 50 | 0 | 0.14 | 0.79 | 0.07 | 49.15 | 0.85 | 0.56 |
| Hex | EE | CC | 32 | 0 | E | 4F | 7 | 31 | 55 | 38 |
| Octal | 356 | 314 | 62 | 0 | 16 | 117 | 7 | 61 | 125 | 70 |
| Binary | 11101110 | 11001100 | 110010 | 0 | 1110 | 1001111 | 111 | 110001 | 1010101 | 111000 |
Color Harmonies of #EECC32
Complementary color
Monochromatic Colors of #EECC32
Black with #EECC32
Text Example
Text Example
White with #EECC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC32; }
p { color: rgb(238,204,50); }
H1.HeaderClassName
{
color: #EECC32;
}
.AnyTagClassName
{
color: #EECC32;
}
</style>
background-color css
<style>
a { background-color: #EECC32; }
a { background-color: rgb(238,204,50); }
div.DivClassName
{
background-color: #EECC32;
}
.BgClassName
{
background-color: #EECC32;
}
</style>
border-color css
<style>
span { border-color: #EECC32; }
span { border-color: rgb(238,204,50); }
td.TdClassName
{
border-color: #EECC32;
}
.TagClassName
{
border-color: #EECC32;
}
</style>