Shades of Golden Dream #E7CF37
Tints of Golden Dream #E7CF37
RGB
CMYK
RGB Variations
Color information
#E7CF37 (or 0xE7CF37) is known color: Golden Dream. HEX triplet: E7, CF and 37. RGB value is (231,207,55). Sum of RGB (Red+Green+Blue) = 231+207+55=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF37 is #1830C8. Grayscale: #C5C5C5. Windows color (decimal): -1585353 or 3657703. OLE color: 3657703.
HSL color Cylindrical-coordinate representation of color #E7CF37: hue angle of 51.82º degrees, saturation: 0.79, 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 #E7CF37 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 55 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.09 |
| HSL | 51.82º | 0.79% | 0.56% | - |
| HSV(B) | 51.82º | 0.76% | 0.91% | - |
| XYZ | 55.96 | 61.89 | 12.61 | - |
| YUV | 196.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 55 | 0 | 0.10 | 0.76 | 0.09 | 51.82 | 0.79 | 0.56 |
| Hex | E7 | CF | 37 | 0 | A | 4C | 9 | 34 | 4F | 38 |
| Octal | 347 | 317 | 67 | 0 | 12 | 114 | 11 | 64 | 117 | 70 |
| Binary | 11100111 | 11001111 | 110111 | 0 | 1010 | 1001100 | 1001 | 110100 | 1001111 | 111000 |
Color Harmonies of #E7CF37
Complementary color
Monochromatic Colors of #E7CF37
Black with #E7CF37
Text Example
Text Example
White with #E7CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF37; }
p { color: rgb(231,207,55); }
H1.HeaderClassName
{
color: #E7CF37;
}
.AnyTagClassName
{
color: #E7CF37;
}
</style>
background-color css
<style>
a { background-color: #E7CF37; }
a { background-color: rgb(231,207,55); }
div.DivClassName
{
background-color: #E7CF37;
}
.BgClassName
{
background-color: #E7CF37;
}
</style>
border-color css
<style>
span { border-color: #E7CF37; }
span { border-color: rgb(231,207,55); }
td.TdClassName
{
border-color: #E7CF37;
}
.TagClassName
{
border-color: #E7CF37;
}
</style>