Shades of Golden Dream #E5CA2F
Tints of Golden Dream #E5CA2F
RGB
CMYK
RGB Variations
Color information
#E5CA2F (or 0xE5CA2F) is known color: Golden Dream. HEX triplet: E5, CA and 2F. RGB value is (229,202,47). Sum of RGB (Red+Green+Blue) = 229+202+47=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA2F is #1A35D0. Grayscale: #C1C1C1. Windows color (decimal): -1717713 or 3132133. OLE color: 3132133.
HSL color Cylindrical-coordinate representation of color #E5CA2F: hue angle of 51.1º 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 #E5CA2F is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 47 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.10 |
| HSL | 51.1º | 0.78% | 0.54% | - |
| HSV(B) | 51.1º | 0.79% | 0.9% | - |
| XYZ | 53.95 | 59.1 | 11.25 | - |
| YUV | 192.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 47 | 0 | 0.12 | 0.79 | 0.10 | 51.1 | 0.78 | 0.54 |
| Hex | E5 | CA | 2F | 0 | C | 4F | A | 33 | 4E | 36 |
| Octal | 345 | 312 | 57 | 0 | 14 | 117 | 12 | 63 | 116 | 66 |
| Binary | 11100101 | 11001010 | 101111 | 0 | 1100 | 1001111 | 1010 | 110011 | 1001110 | 110110 |
Color Harmonies of #E5CA2F
Complementary color
Monochromatic Colors of #E5CA2F
Black with #E5CA2F
Text Example
Text Example
White with #E5CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA2F; }
p { color: rgb(229,202,47); }
H1.HeaderClassName
{
color: #E5CA2F;
}
.AnyTagClassName
{
color: #E5CA2F;
}
</style>
background-color css
<style>
a { background-color: #E5CA2F; }
a { background-color: rgb(229,202,47); }
div.DivClassName
{
background-color: #E5CA2F;
}
.BgClassName
{
background-color: #E5CA2F;
}
</style>
border-color css
<style>
span { border-color: #E5CA2F; }
span { border-color: rgb(229,202,47); }
td.TdClassName
{
border-color: #E5CA2F;
}
.TagClassName
{
border-color: #E5CA2F;
}
</style>