Shades of Cream Can #E5C553
Tints of Cream Can #E5C553
RGB
CMYK
RGB Variations
Color information
#E5C553 (or 0xE5C553) is known color: Cream Can. HEX triplet: E5, C5 and 53. RGB value is (229,197,83). Sum of RGB (Red+Green+Blue) = 229+197+83=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C553 is #1A3AAC. Grayscale: #C2C2C2. Windows color (decimal): -1718957 or 5490149. OLE color: 5490149.
HSL color Cylindrical-coordinate representation of color #E5C553: hue angle of 46.85º 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 #E5C553 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 83 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.10 |
| HSL | 46.85º | 0.74% | 0.61% | - |
| HSV(B) | 46.85º | 0.64% | 0.9% | - |
| XYZ | 53.84 | 57.22 | 16.39 | - |
| YUV | 193.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 83 | 0 | 0.14 | 0.64 | 0.10 | 46.85 | 0.74 | 0.61 |
| Hex | E5 | C5 | 53 | 0 | E | 40 | A | 2F | 4A | 3D |
| Octal | 345 | 305 | 123 | 0 | 16 | 100 | 12 | 57 | 112 | 75 |
| Binary | 11100101 | 11000101 | 1010011 | 0 | 1110 | 1000000 | 1010 | 101111 | 1001010 | 111101 |
Color Harmonies of #E5C553
Complementary color
Monochromatic Colors of #E5C553
Black with #E5C553
Text Example
Text Example
White with #E5C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C553; }
p { color: rgb(229,197,83); }
H1.HeaderClassName
{
color: #E5C553;
}
.AnyTagClassName
{
color: #E5C553;
}
</style>
background-color css
<style>
a { background-color: #E5C553; }
a { background-color: rgb(229,197,83); }
div.DivClassName
{
background-color: #E5C553;
}
.BgClassName
{
background-color: #E5C553;
}
</style>
border-color css
<style>
span { border-color: #E5C553; }
span { border-color: rgb(229,197,83); }
td.TdClassName
{
border-color: #E5C553;
}
.TagClassName
{
border-color: #E5C553;
}
</style>