Shades of Cream Can #E5C453
Tints of Cream Can #E5C453
RGB
CMYK
RGB Variations
Color information
#E5C453 (or 0xE5C453) is known color: Cream Can. HEX triplet: E5, C4 and 53. RGB value is (229,196,83). Sum of RGB (Red+Green+Blue) = 229+196+83=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C453 is #1A3BAC. Grayscale: #C1C1C1. Windows color (decimal): -1719213 or 5489893. OLE color: 5489893.
HSL color Cylindrical-coordinate representation of color #E5C453: hue angle of 46.44º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5C453 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 83 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.10 |
| HSL | 46.44º | 0.74% | 0.61% | - |
| HSV(B) | 46.44º | 0.64% | 0.9% | - |
| XYZ | 53.61 | 56.76 | 16.31 | - |
| YUV | 192.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 83 | 0 | 0.14 | 0.64 | 0.10 | 46.44 | 0.74 | 0.61 |
| Hex | E5 | C4 | 53 | 0 | E | 40 | A | 2E | 4A | 3D |
| Octal | 345 | 304 | 123 | 0 | 16 | 100 | 12 | 56 | 112 | 75 |
| Binary | 11100101 | 11000100 | 1010011 | 0 | 1110 | 1000000 | 1010 | 101110 | 1001010 | 111101 |
Color Harmonies of #E5C453
Complementary color
Monochromatic Colors of #E5C453
Black with #E5C453
Text Example
Text Example
White with #E5C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C453; }
p { color: rgb(229,196,83); }
H1.HeaderClassName
{
color: #E5C453;
}
.AnyTagClassName
{
color: #E5C453;
}
</style>
background-color css
<style>
a { background-color: #E5C453; }
a { background-color: rgb(229,196,83); }
div.DivClassName
{
background-color: #E5C453;
}
.BgClassName
{
background-color: #E5C453;
}
</style>
border-color css
<style>
span { border-color: #E5C453; }
span { border-color: rgb(229,196,83); }
td.TdClassName
{
border-color: #E5C453;
}
.TagClassName
{
border-color: #E5C453;
}
</style>