Shades of Golden Dream #EECF35
Tints of Golden Dream #EECF35
RGB
CMYK
RGB Variations
Color information
#EECF35 (or 0xEECF35) is known color: Golden Dream. HEX triplet: EE, CF and 35. RGB value is (238,207,53). Sum of RGB (Red+Green+Blue) = 238+207+53=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF35 is #1130CA. Grayscale: #C7C7C7. Windows color (decimal): -1126603 or 3526638. OLE color: 3526638.
HSL color Cylindrical-coordinate representation of color #EECF35: hue angle of 49.95º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EECF35 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 53 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.07 |
| HSL | 49.95º | 0.84% | 0.57% | - |
| HSV(B) | 49.95º | 0.78% | 0.93% | - |
| XYZ | 58.22 | 63.06 | 12.47 | - |
| YUV | 198.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 53 | 0 | 0.13 | 0.78 | 0.07 | 49.95 | 0.84 | 0.57 |
| Hex | EE | CF | 35 | 0 | D | 4E | 7 | 32 | 54 | 39 |
| Octal | 356 | 317 | 65 | 0 | 15 | 116 | 7 | 62 | 124 | 71 |
| Binary | 11101110 | 11001111 | 110101 | 0 | 1101 | 1001110 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EECF35
Complementary color
Monochromatic Colors of #EECF35
Black with #EECF35
Text Example
Text Example
White with #EECF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF35; }
p { color: rgb(238,207,53); }
H1.HeaderClassName
{
color: #EECF35;
}
.AnyTagClassName
{
color: #EECF35;
}
</style>
background-color css
<style>
a { background-color: #EECF35; }
a { background-color: rgb(238,207,53); }
div.DivClassName
{
background-color: #EECF35;
}
.BgClassName
{
background-color: #EECF35;
}
</style>
border-color css
<style>
span { border-color: #EECF35; }
span { border-color: rgb(238,207,53); }
td.TdClassName
{
border-color: #EECF35;
}
.TagClassName
{
border-color: #EECF35;
}
</style>