Shades of Golden Dream #E5CB36
Tints of Golden Dream #E5CB36
RGB
CMYK
RGB Variations
Color information
#E5CB36 (or 0xE5CB36) is known color: Golden Dream. HEX triplet: E5, CB and 36. RGB value is (229,203,54). Sum of RGB (Red+Green+Blue) = 229+203+54=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB36 is #1A34C9. Grayscale: #C2C2C2. Windows color (decimal): -1717450 or 3591141. OLE color: 3591141.
HSL color Cylindrical-coordinate representation of color #E5CB36: hue angle of 51.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5CB36 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 54 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.10 |
| HSL | 51.09º | 0.77% | 0.55% | - |
| HSV(B) | 51.09º | 0.76% | 0.9% | - |
| XYZ | 54.33 | 59.64 | 12.14 | - |
| YUV | 193.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 54 | 0 | 0.11 | 0.76 | 0.10 | 51.09 | 0.77 | 0.55 |
| Hex | E5 | CB | 36 | 0 | B | 4C | A | 33 | 4D | 37 |
| Octal | 345 | 313 | 66 | 0 | 13 | 114 | 12 | 63 | 115 | 67 |
| Binary | 11100101 | 11001011 | 110110 | 0 | 1011 | 1001100 | 1010 | 110011 | 1001101 | 110111 |
Color Harmonies of #E5CB36
Complementary color
Monochromatic Colors of #E5CB36
Black with #E5CB36
Text Example
Text Example
White with #E5CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB36; }
p { color: rgb(229,203,54); }
H1.HeaderClassName
{
color: #E5CB36;
}
.AnyTagClassName
{
color: #E5CB36;
}
</style>
background-color css
<style>
a { background-color: #E5CB36; }
a { background-color: rgb(229,203,54); }
div.DivClassName
{
background-color: #E5CB36;
}
.BgClassName
{
background-color: #E5CB36;
}
</style>
border-color css
<style>
span { border-color: #E5CB36; }
span { border-color: rgb(229,203,54); }
td.TdClassName
{
border-color: #E5CB36;
}
.TagClassName
{
border-color: #E5CB36;
}
</style>