Shades of Cream Can #E5C45C
Tints of Cream Can #E5C45C
RGB
CMYK
RGB Variations
Color information
#E5C45C (or 0xE5C45C) is known color: Cream Can. HEX triplet: E5, C4 and 5C. RGB value is (229,196,92). Sum of RGB (Red+Green+Blue) = 229+196+92=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C45C is #1A3BA3. Grayscale: #C2C2C2. Windows color (decimal): -1719204 or 6079717. OLE color: 6079717.
HSL color Cylindrical-coordinate representation of color #E5C45C: hue angle of 45.55º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5C45C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 92 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.10 |
| HSL | 45.55º | 0.72% | 0.63% | - |
| HSV(B) | 45.55º | 0.6% | 0.9% | - |
| XYZ | 53.98 | 56.91 | 18.26 | - |
| YUV | 194.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 92 | 0 | 0.14 | 0.60 | 0.10 | 45.55 | 0.72 | 0.63 |
| Hex | E5 | C4 | 5C | 0 | E | 3C | A | 2E | 48 | 3F |
| Octal | 345 | 304 | 134 | 0 | 16 | 74 | 12 | 56 | 110 | 77 |
| Binary | 11100101 | 11000100 | 1011100 | 0 | 1110 | 111100 | 1010 | 101110 | 1001000 | 111111 |
Color Harmonies of #E5C45C
Complementary color
Monochromatic Colors of #E5C45C
Black with #E5C45C
Text Example
Text Example
White with #E5C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C45C; }
p { color: rgb(229,196,92); }
H1.HeaderClassName
{
color: #E5C45C;
}
.AnyTagClassName
{
color: #E5C45C;
}
</style>
background-color css
<style>
a { background-color: #E5C45C; }
a { background-color: rgb(229,196,92); }
div.DivClassName
{
background-color: #E5C45C;
}
.BgClassName
{
background-color: #E5C45C;
}
</style>
border-color css
<style>
span { border-color: #E5C45C; }
span { border-color: rgb(229,196,92); }
td.TdClassName
{
border-color: #E5C45C;
}
.TagClassName
{
border-color: #E5C45C;
}
</style>