Shades of Golden Dream #E5CB35
Tints of Golden Dream #E5CB35
RGB
CMYK
RGB Variations
Color information
#E5CB35 (or 0xE5CB35) is known color: Golden Dream. HEX triplet: E5, CB and 35. RGB value is (229,203,53). Sum of RGB (Red+Green+Blue) = 229+203+53=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB35 is #1A34CA. Grayscale: #C2C2C2. Windows color (decimal): -1717451 or 3525605. OLE color: 3525605.
HSL color Cylindrical-coordinate representation of color #E5CB35: hue angle of 51.14º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5CB35 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 53 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.10 |
| HSL | 51.14º | 0.77% | 0.55% | - |
| HSV(B) | 51.14º | 0.77% | 0.9% | - |
| XYZ | 54.31 | 59.63 | 12.01 | - |
| YUV | 193.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 53 | 0 | 0.11 | 0.77 | 0.10 | 51.14 | 0.77 | 0.55 |
| Hex | E5 | CB | 35 | 0 | B | 4D | A | 33 | 4D | 37 |
| Octal | 345 | 313 | 65 | 0 | 13 | 115 | 12 | 63 | 115 | 67 |
| Binary | 11100101 | 11001011 | 110101 | 0 | 1011 | 1001101 | 1010 | 110011 | 1001101 | 110111 |
Color Harmonies of #E5CB35
Complementary color
Monochromatic Colors of #E5CB35
Black with #E5CB35
Text Example
Text Example
White with #E5CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB35; }
p { color: rgb(229,203,53); }
H1.HeaderClassName
{
color: #E5CB35;
}
.AnyTagClassName
{
color: #E5CB35;
}
</style>
background-color css
<style>
a { background-color: #E5CB35; }
a { background-color: rgb(229,203,53); }
div.DivClassName
{
background-color: #E5CB35;
}
.BgClassName
{
background-color: #E5CB35;
}
</style>
border-color css
<style>
span { border-color: #E5CB35; }
span { border-color: rgb(229,203,53); }
td.TdClassName
{
border-color: #E5CB35;
}
.TagClassName
{
border-color: #E5CB35;
}
</style>