Shades of Golden Dream #E7CF32
Tints of Golden Dream #E7CF32
RGB
CMYK
RGB Variations
Color information
#E7CF32 (or 0xE7CF32) is known color: Golden Dream. HEX triplet: E7, CF and 32. RGB value is (231,207,50). Sum of RGB (Red+Green+Blue) = 231+207+50=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF32 is #1830CD. Grayscale: #C4C4C4. Windows color (decimal): -1585358 or 3330023. OLE color: 3330023.
HSL color Cylindrical-coordinate representation of color #E7CF32: hue angle of 52.04º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7CF32 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 50 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.09 |
| HSL | 52.04º | 0.79% | 0.55% | - |
| HSV(B) | 52.04º | 0.78% | 0.91% | - |
| XYZ | 55.84 | 61.84 | 12.01 | - |
| YUV | 196.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 50 | 0 | 0.10 | 0.78 | 0.09 | 52.04 | 0.79 | 0.55 |
| Hex | E7 | CF | 32 | 0 | A | 4E | 9 | 34 | 4F | 37 |
| Octal | 347 | 317 | 62 | 0 | 12 | 116 | 11 | 64 | 117 | 67 |
| Binary | 11100111 | 11001111 | 110010 | 0 | 1010 | 1001110 | 1001 | 110100 | 1001111 | 110111 |
Color Harmonies of #E7CF32
Complementary color
Monochromatic Colors of #E7CF32
Black with #E7CF32
Text Example
Text Example
White with #E7CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF32; }
p { color: rgb(231,207,50); }
H1.HeaderClassName
{
color: #E7CF32;
}
.AnyTagClassName
{
color: #E7CF32;
}
</style>
background-color css
<style>
a { background-color: #E7CF32; }
a { background-color: rgb(231,207,50); }
div.DivClassName
{
background-color: #E7CF32;
}
.BgClassName
{
background-color: #E7CF32;
}
</style>
border-color css
<style>
span { border-color: #E7CF32; }
span { border-color: rgb(231,207,50); }
td.TdClassName
{
border-color: #E7CF32;
}
.TagClassName
{
border-color: #E7CF32;
}
</style>