Shades of Golden Dream #E8C731
Tints of Golden Dream #E8C731
RGB
CMYK
RGB Variations
Color information
#E8C731 (or 0xE8C731) is known color: Golden Dream. HEX triplet: E8, C7 and 31. RGB value is (232,199,49). Sum of RGB (Red+Green+Blue) = 232+199+49=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C731 is #1738CE. Grayscale: #C0C0C0. Windows color (decimal): -1521871 or 3262440. OLE color: 3262440.
HSL color Cylindrical-coordinate representation of color #E8C731: hue angle of 49.18º 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 #E8C731 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 49 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.09 |
| HSL | 49.18º | 0.8% | 0.55% | - |
| HSV(B) | 49.18º | 0.79% | 0.91% | - |
| XYZ | 54.26 | 58.22 | 11.28 | - |
| YUV | 191.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 49 | 0 | 0.14 | 0.79 | 0.09 | 49.18 | 0.8 | 0.55 |
| Hex | E8 | C7 | 31 | 0 | E | 4F | 9 | 31 | 50 | 37 |
| Octal | 350 | 307 | 61 | 0 | 16 | 117 | 11 | 61 | 120 | 67 |
| Binary | 11101000 | 11000111 | 110001 | 0 | 1110 | 1001111 | 1001 | 110001 | 1010000 | 110111 |
Color Harmonies of #E8C731
Complementary color
Monochromatic Colors of #E8C731
Black with #E8C731
Text Example
Text Example
White with #E8C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C731; }
p { color: rgb(232,199,49); }
H1.HeaderClassName
{
color: #E8C731;
}
.AnyTagClassName
{
color: #E8C731;
}
</style>
background-color css
<style>
a { background-color: #E8C731; }
a { background-color: rgb(232,199,49); }
div.DivClassName
{
background-color: #E8C731;
}
.BgClassName
{
background-color: #E8C731;
}
</style>
border-color css
<style>
span { border-color: #E8C731; }
span { border-color: rgb(232,199,49); }
td.TdClassName
{
border-color: #E8C731;
}
.TagClassName
{
border-color: #E8C731;
}
</style>