Shades of Golden Dream #E9CF37
Tints of Golden Dream #E9CF37
RGB
CMYK
RGB Variations
Color information
#E9CF37 (or 0xE9CF37) is known color: Golden Dream. HEX triplet: E9, CF and 37. RGB value is (233,207,55). Sum of RGB (Red+Green+Blue) = 233+207+55=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CF37 is #1630C8. Grayscale: #C6C6C6. Windows color (decimal): -1454281 or 3657705. OLE color: 3657705.
HSL color Cylindrical-coordinate representation of color #E9CF37: hue angle of 51.24º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9CF37 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 55 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.09 |
| HSL | 51.24º | 0.8% | 0.56% | - |
| HSV(B) | 51.24º | 0.76% | 0.91% | - |
| XYZ | 56.61 | 62.23 | 12.64 | - |
| YUV | 197.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 55 | 0 | 0.11 | 0.76 | 0.09 | 51.24 | 0.8 | 0.56 |
| Hex | E9 | CF | 37 | 0 | B | 4C | 9 | 33 | 50 | 38 |
| Octal | 351 | 317 | 67 | 0 | 13 | 114 | 11 | 63 | 120 | 70 |
| Binary | 11101001 | 11001111 | 110111 | 0 | 1011 | 1001100 | 1001 | 110011 | 1010000 | 111000 |
Color Harmonies of #E9CF37
Complementary color
Monochromatic Colors of #E9CF37
Black with #E9CF37
Text Example
Text Example
White with #E9CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF37; }
p { color: rgb(233,207,55); }
H1.HeaderClassName
{
color: #E9CF37;
}
.AnyTagClassName
{
color: #E9CF37;
}
</style>
background-color css
<style>
a { background-color: #E9CF37; }
a { background-color: rgb(233,207,55); }
div.DivClassName
{
background-color: #E9CF37;
}
.BgClassName
{
background-color: #E9CF37;
}
</style>
border-color css
<style>
span { border-color: #E9CF37; }
span { border-color: rgb(233,207,55); }
td.TdClassName
{
border-color: #E9CF37;
}
.TagClassName
{
border-color: #E9CF37;
}
</style>