Shades of Golden Dream #EECB2F
Tints of Golden Dream #EECB2F
RGB
CMYK
RGB Variations
Color information
#EECB2F (or 0xEECB2F) is known color: Golden Dream. HEX triplet: EE, CB and 2F. RGB value is (238,203,47). Sum of RGB (Red+Green+Blue) = 238+203+47=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB2F is #1134D0. Grayscale: #C4C4C4. Windows color (decimal): -1127633 or 3132398. OLE color: 3132398.
HSL color Cylindrical-coordinate representation of color #EECB2F: hue angle of 49.01º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EECB2F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 47 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.07 |
| HSL | 49.01º | 0.85% | 0.56% | - |
| HSV(B) | 49.01º | 0.8% | 0.93% | - |
| XYZ | 57.13 | 61.09 | 11.47 | - |
| YUV | 195.68 | 44.1 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 47 | 0 | 0.15 | 0.80 | 0.07 | 49.01 | 0.85 | 0.56 |
| Hex | EE | CB | 2F | 0 | F | 50 | 7 | 31 | 55 | 38 |
| Octal | 356 | 313 | 57 | 0 | 17 | 120 | 7 | 61 | 125 | 70 |
| Binary | 11101110 | 11001011 | 101111 | 0 | 1111 | 1010000 | 111 | 110001 | 1010101 | 111000 |
Color Harmonies of #EECB2F
Complementary color
Monochromatic Colors of #EECB2F
Black with #EECB2F
Text Example
Text Example
White with #EECB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB2F; }
p { color: rgb(238,203,47); }
H1.HeaderClassName
{
color: #EECB2F;
}
.AnyTagClassName
{
color: #EECB2F;
}
</style>
background-color css
<style>
a { background-color: #EECB2F; }
a { background-color: rgb(238,203,47); }
div.DivClassName
{
background-color: #EECB2F;
}
.BgClassName
{
background-color: #EECB2F;
}
</style>
border-color css
<style>
span { border-color: #EECB2F; }
span { border-color: rgb(238,203,47); }
td.TdClassName
{
border-color: #EECB2F;
}
.TagClassName
{
border-color: #EECB2F;
}
</style>