Shades of Golden Dream #E5C731
Tints of Golden Dream #E5C731
RGB
CMYK
RGB Variations
Color information
#E5C731 (or 0xE5C731) is known color: Golden Dream. HEX triplet: E5, C7 and 31. RGB value is (229,199,49). Sum of RGB (Red+Green+Blue) = 229+199+49=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C731 is #1A38CE. Grayscale: #BFBFBF. Windows color (decimal): -1718479 or 3262437. OLE color: 3262437.
HSL color Cylindrical-coordinate representation of color #E5C731: hue angle of 50º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5C731 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 49 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.10 |
| HSL | 50º | 0.78% | 0.55% | - |
| HSV(B) | 50º | 0.79% | 0.9% | - |
| XYZ | 53.29 | 57.73 | 11.24 | - |
| YUV | 190.87 | 47.94 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 49 | 0 | 0.13 | 0.79 | 0.10 | 50 | 0.78 | 0.55 |
| Hex | E5 | C7 | 31 | 0 | D | 4F | A | 32 | 4E | 37 |
| Octal | 345 | 307 | 61 | 0 | 15 | 117 | 12 | 62 | 116 | 67 |
| Binary | 11100101 | 11000111 | 110001 | 0 | 1101 | 1001111 | 1010 | 110010 | 1001110 | 110111 |
Color Harmonies of #E5C731
Complementary color
Monochromatic Colors of #E5C731
Black with #E5C731
Text Example
Text Example
White with #E5C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C731; }
p { color: rgb(229,199,49); }
H1.HeaderClassName
{
color: #E5C731;
}
.AnyTagClassName
{
color: #E5C731;
}
</style>
background-color css
<style>
a { background-color: #E5C731; }
a { background-color: rgb(229,199,49); }
div.DivClassName
{
background-color: #E5C731;
}
.BgClassName
{
background-color: #E5C731;
}
</style>
border-color css
<style>
span { border-color: #E5C731; }
span { border-color: rgb(229,199,49); }
td.TdClassName
{
border-color: #E5C731;
}
.TagClassName
{
border-color: #E5C731;
}
</style>