Shades of Golden Dream #E5CB2F
Tints of Golden Dream #E5CB2F
RGB
CMYK
RGB Variations
Color information
#E5CB2F (or 0xE5CB2F) is known color: Golden Dream. HEX triplet: E5, CB and 2F. RGB value is (229,203,47). Sum of RGB (Red+Green+Blue) = 229+203+47=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB2F is #1A34D0. Grayscale: #C1C1C1. Windows color (decimal): -1717457 or 3132389. OLE color: 3132389.
HSL color Cylindrical-coordinate representation of color #E5CB2F: hue angle of 51.43º 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 #E5CB2F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 47 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.10 |
| HSL | 51.43º | 0.78% | 0.54% | - |
| HSV(B) | 51.43º | 0.79% | 0.9% | - |
| XYZ | 54.18 | 59.58 | 11.33 | - |
| YUV | 192.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 47 | 0 | 0.11 | 0.79 | 0.10 | 51.43 | 0.78 | 0.54 |
| Hex | E5 | CB | 2F | 0 | B | 4F | A | 33 | 4E | 36 |
| Octal | 345 | 313 | 57 | 0 | 13 | 117 | 12 | 63 | 116 | 66 |
| Binary | 11100101 | 11001011 | 101111 | 0 | 1011 | 1001111 | 1010 | 110011 | 1001110 | 110110 |
Color Harmonies of #E5CB2F
Complementary color
Monochromatic Colors of #E5CB2F
Black with #E5CB2F
Text Example
Text Example
White with #E5CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB2F; }
p { color: rgb(229,203,47); }
H1.HeaderClassName
{
color: #E5CB2F;
}
.AnyTagClassName
{
color: #E5CB2F;
}
</style>
background-color css
<style>
a { background-color: #E5CB2F; }
a { background-color: rgb(229,203,47); }
div.DivClassName
{
background-color: #E5CB2F;
}
.BgClassName
{
background-color: #E5CB2F;
}
</style>
border-color css
<style>
span { border-color: #E5CB2F; }
span { border-color: rgb(229,203,47); }
td.TdClassName
{
border-color: #E5CB2F;
}
.TagClassName
{
border-color: #E5CB2F;
}
</style>