Shades of Golden Dream #EECB32
Tints of Golden Dream #EECB32
RGB
CMYK
RGB Variations
Color information
#EECB32 (or 0xEECB32) is known color: Golden Dream. HEX triplet: EE, CB and 32. RGB value is (238,203,50). Sum of RGB (Red+Green+Blue) = 238+203+50=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB32 is #1134CD. Grayscale: #C4C4C4. Windows color (decimal): -1127630 or 3329006. OLE color: 3329006.
HSL color Cylindrical-coordinate representation of color #EECB32: hue angle of 48.83º 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 #EECB32 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.07 |
| HSL | 48.83º | 0.85% | 0.56% | - |
| HSV(B) | 48.83º | 0.79% | 0.93% | - |
| XYZ | 57.19 | 61.12 | 11.8 | - |
| YUV | 196.02 | 45.6 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 50 | 0 | 0.15 | 0.79 | 0.07 | 48.83 | 0.85 | 0.56 |
| Hex | EE | CB | 32 | 0 | F | 4F | 7 | 31 | 55 | 38 |
| Octal | 356 | 313 | 62 | 0 | 17 | 117 | 7 | 61 | 125 | 70 |
| Binary | 11101110 | 11001011 | 110010 | 0 | 1111 | 1001111 | 111 | 110001 | 1010101 | 111000 |
Color Harmonies of #EECB32
Complementary color
Monochromatic Colors of #EECB32
Black with #EECB32
Text Example
Text Example
White with #EECB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB32; }
p { color: rgb(238,203,50); }
H1.HeaderClassName
{
color: #EECB32;
}
.AnyTagClassName
{
color: #EECB32;
}
</style>
background-color css
<style>
a { background-color: #EECB32; }
a { background-color: rgb(238,203,50); }
div.DivClassName
{
background-color: #EECB32;
}
.BgClassName
{
background-color: #EECB32;
}
</style>
border-color css
<style>
span { border-color: #EECB32; }
span { border-color: rgb(238,203,50); }
td.TdClassName
{
border-color: #EECB32;
}
.TagClassName
{
border-color: #EECB32;
}
</style>