Shades of Golden Dream #E5C72F
Tints of Golden Dream #E5C72F
RGB
CMYK
RGB Variations
Color information
#E5C72F (or 0xE5C72F) is known color: Golden Dream. HEX triplet: E5, C7 and 2F. RGB value is (229,199,47). Sum of RGB (Red+Green+Blue) = 229+199+47=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C72F is #1A38D0. Grayscale: #BFBFBF. Windows color (decimal): -1718481 or 3131365. OLE color: 3131365.
HSL color Cylindrical-coordinate representation of color #E5C72F: hue angle of 50.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5C72F is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 47 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.10 |
| HSL | 50.11º | 0.78% | 0.54% | - |
| HSV(B) | 50.11º | 0.79% | 0.9% | - |
| XYZ | 53.25 | 57.71 | 11.02 | - |
| YUV | 190.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 47 | 0 | 0.13 | 0.79 | 0.10 | 50.11 | 0.78 | 0.54 |
| Hex | E5 | C7 | 2F | 0 | D | 4F | A | 32 | 4E | 36 |
| Octal | 345 | 307 | 57 | 0 | 15 | 117 | 12 | 62 | 116 | 66 |
| Binary | 11100101 | 11000111 | 101111 | 0 | 1101 | 1001111 | 1010 | 110010 | 1001110 | 110110 |
Color Harmonies of #E5C72F
Complementary color
Monochromatic Colors of #E5C72F
Black with #E5C72F
Text Example
Text Example
White with #E5C72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C72F; }
p { color: rgb(229,199,47); }
H1.HeaderClassName
{
color: #E5C72F;
}
.AnyTagClassName
{
color: #E5C72F;
}
</style>
background-color css
<style>
a { background-color: #E5C72F; }
a { background-color: rgb(229,199,47); }
div.DivClassName
{
background-color: #E5C72F;
}
.BgClassName
{
background-color: #E5C72F;
}
</style>
border-color css
<style>
span { border-color: #E5C72F; }
span { border-color: rgb(229,199,47); }
td.TdClassName
{
border-color: #E5C72F;
}
.TagClassName
{
border-color: #E5C72F;
}
</style>