Shades of Cream Can #E5C454
Tints of Cream Can #E5C454
RGB
CMYK
RGB Variations
Color information
#E5C454 (or 0xE5C454) is known color: Cream Can. HEX triplet: E5, C4 and 54. RGB value is (229,196,84). Sum of RGB (Red+Green+Blue) = 229+196+84=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C454 is #1A3BAB. Grayscale: #C1C1C1. Windows color (decimal): -1719212 or 5555429. OLE color: 5555429.
HSL color Cylindrical-coordinate representation of color #E5C454: hue angle of 46.34º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5C454 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 84 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.10 |
| HSL | 46.34º | 0.74% | 0.61% | - |
| HSV(B) | 46.34º | 0.63% | 0.9% | - |
| XYZ | 53.65 | 56.78 | 16.52 | - |
| YUV | 193.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 84 | 0 | 0.14 | 0.63 | 0.10 | 46.34 | 0.74 | 0.61 |
| Hex | E5 | C4 | 54 | 0 | E | 3F | A | 2E | 4A | 3D |
| Octal | 345 | 304 | 124 | 0 | 16 | 77 | 12 | 56 | 112 | 75 |
| Binary | 11100101 | 11000100 | 1010100 | 0 | 1110 | 111111 | 1010 | 101110 | 1001010 | 111101 |
Color Harmonies of #E5C454
Complementary color
Monochromatic Colors of #E5C454
Black with #E5C454
Text Example
Text Example
White with #E5C454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C454; }
p { color: rgb(229,196,84); }
H1.HeaderClassName
{
color: #E5C454;
}
.AnyTagClassName
{
color: #E5C454;
}
</style>
background-color css
<style>
a { background-color: #E5C454; }
a { background-color: rgb(229,196,84); }
div.DivClassName
{
background-color: #E5C454;
}
.BgClassName
{
background-color: #E5C454;
}
</style>
border-color css
<style>
span { border-color: #E5C454; }
span { border-color: rgb(229,196,84); }
td.TdClassName
{
border-color: #E5C454;
}
.TagClassName
{
border-color: #E5C454;
}
</style>