Shades of Golden Dream #EECB2C
Tints of Golden Dream #EECB2C
RGB
CMYK
RGB Variations
Color information
#EECB2C (or 0xEECB2C) is known color: Golden Dream. HEX triplet: EE, CB and 2C. RGB value is (238,203,44). Sum of RGB (Red+Green+Blue) = 238+203+44=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB2C is #1134D3. Grayscale: #C4C4C4. Windows color (decimal): -1127636 or 2935790. OLE color: 2935790.
HSL color Cylindrical-coordinate representation of color #EECB2C: hue angle of 49.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EECB2C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 44 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.07 |
| HSL | 49.18º | 0.85% | 0.55% | - |
| HSV(B) | 49.18º | 0.82% | 0.93% | - |
| XYZ | 57.07 | 61.07 | 11.16 | - |
| YUV | 195.34 | 42.6 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 44 | 0 | 0.15 | 0.82 | 0.07 | 49.18 | 0.85 | 0.55 |
| Hex | EE | CB | 2C | 0 | F | 52 | 7 | 31 | 55 | 37 |
| Octal | 356 | 313 | 54 | 0 | 17 | 122 | 7 | 61 | 125 | 67 |
| Binary | 11101110 | 11001011 | 101100 | 0 | 1111 | 1010010 | 111 | 110001 | 1010101 | 110111 |
Color Harmonies of #EECB2C
Complementary color
Monochromatic Colors of #EECB2C
Black with #EECB2C
Text Example
Text Example
White with #EECB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB2C; }
p { color: rgb(238,203,44); }
H1.HeaderClassName
{
color: #EECB2C;
}
.AnyTagClassName
{
color: #EECB2C;
}
</style>
background-color css
<style>
a { background-color: #EECB2C; }
a { background-color: rgb(238,203,44); }
div.DivClassName
{
background-color: #EECB2C;
}
.BgClassName
{
background-color: #EECB2C;
}
</style>
border-color css
<style>
span { border-color: #EECB2C; }
span { border-color: rgb(238,203,44); }
td.TdClassName
{
border-color: #EECB2C;
}
.TagClassName
{
border-color: #EECB2C;
}
</style>