Shades of Golden Dream #E7CF36
Tints of Golden Dream #E7CF36
RGB
CMYK
RGB Variations
Color information
#E7CF36 (or 0xE7CF36) is known color: Golden Dream. HEX triplet: E7, CF and 36. RGB value is (231,207,54). Sum of RGB (Red+Green+Blue) = 231+207+54=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF36 is #1830C9. Grayscale: #C5C5C5. Windows color (decimal): -1585354 or 3592167. OLE color: 3592167.
HSL color Cylindrical-coordinate representation of color #E7CF36: hue angle of 51.86º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7CF36 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 54 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.09 |
| HSL | 51.86º | 0.79% | 0.56% | - |
| HSV(B) | 51.86º | 0.77% | 0.91% | - |
| XYZ | 55.93 | 61.88 | 12.49 | - |
| YUV | 196.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 54 | 0 | 0.10 | 0.77 | 0.09 | 51.86 | 0.79 | 0.56 |
| Hex | E7 | CF | 36 | 0 | A | 4D | 9 | 34 | 4F | 38 |
| Octal | 347 | 317 | 66 | 0 | 12 | 115 | 11 | 64 | 117 | 70 |
| Binary | 11100111 | 11001111 | 110110 | 0 | 1010 | 1001101 | 1001 | 110100 | 1001111 | 111000 |
Color Harmonies of #E7CF36
Complementary color
Monochromatic Colors of #E7CF36
Black with #E7CF36
Text Example
Text Example
White with #E7CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF36; }
p { color: rgb(231,207,54); }
H1.HeaderClassName
{
color: #E7CF36;
}
.AnyTagClassName
{
color: #E7CF36;
}
</style>
background-color css
<style>
a { background-color: #E7CF36; }
a { background-color: rgb(231,207,54); }
div.DivClassName
{
background-color: #E7CF36;
}
.BgClassName
{
background-color: #E7CF36;
}
</style>
border-color css
<style>
span { border-color: #E7CF36; }
span { border-color: rgb(231,207,54); }
td.TdClassName
{
border-color: #E7CF36;
}
.TagClassName
{
border-color: #E7CF36;
}
</style>