Shades of Golden Dream #E8CF31
Tints of Golden Dream #E8CF31
RGB
CMYK
RGB Variations
Color information
#E8CF31 (or 0xE8CF31) is known color: Golden Dream. HEX triplet: E8, CF and 31. RGB value is (232,207,49). Sum of RGB (Red+Green+Blue) = 232+207+49=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CF31 is #1730CE. Grayscale: #C5C5C5. Windows color (decimal): -1519823 or 3264488. OLE color: 3264488.
HSL color Cylindrical-coordinate representation of color #E8CF31: hue angle of 51.8º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8CF31 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.09 |
| HSL | 51.8º | 0.8% | 0.55% | - |
| HSV(B) | 51.8º | 0.79% | 0.91% | - |
| XYZ | 56.15 | 62 | 11.91 | - |
| YUV | 196.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 49 | 0 | 0.11 | 0.79 | 0.09 | 51.8 | 0.8 | 0.55 |
| Hex | E8 | CF | 31 | 0 | B | 4F | 9 | 34 | 50 | 37 |
| Octal | 350 | 317 | 61 | 0 | 13 | 117 | 11 | 64 | 120 | 67 |
| Binary | 11101000 | 11001111 | 110001 | 0 | 1011 | 1001111 | 1001 | 110100 | 1010000 | 110111 |
Color Harmonies of #E8CF31
Complementary color
Monochromatic Colors of #E8CF31
Black with #E8CF31
Text Example
Text Example
White with #E8CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF31; }
p { color: rgb(232,207,49); }
H1.HeaderClassName
{
color: #E8CF31;
}
.AnyTagClassName
{
color: #E8CF31;
}
</style>
background-color css
<style>
a { background-color: #E8CF31; }
a { background-color: rgb(232,207,49); }
div.DivClassName
{
background-color: #E8CF31;
}
.BgClassName
{
background-color: #E8CF31;
}
</style>
border-color css
<style>
span { border-color: #E8CF31; }
span { border-color: rgb(232,207,49); }
td.TdClassName
{
border-color: #E8CF31;
}
.TagClassName
{
border-color: #E8CF31;
}
</style>