Shades of Cream Can #E5C15D
Tints of Cream Can #E5C15D
RGB
CMYK
RGB Variations
Color information
#E5C15D (or 0xE5C15D) is known color: Cream Can. HEX triplet: E5, C1 and 5D. RGB value is (229,193,93). Sum of RGB (Red+Green+Blue) = 229+193+93=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C15D is #1A3EA2. Grayscale: #C0C0C0. Windows color (decimal): -1719971 or 6144485. OLE color: 6144485.
HSL color Cylindrical-coordinate representation of color #E5C15D: hue angle of 44.12º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5C15D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 93 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.10 |
| HSL | 44.12º | 0.72% | 0.63% | - |
| HSV(B) | 44.12º | 0.59% | 0.9% | - |
| XYZ | 53.36 | 55.59 | 18.27 | - |
| YUV | 192.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 93 | 0 | 0.16 | 0.59 | 0.10 | 44.12 | 0.72 | 0.63 |
| Hex | E5 | C1 | 5D | 0 | 10 | 3B | A | 2C | 48 | 3F |
| Octal | 345 | 301 | 135 | 0 | 20 | 73 | 12 | 54 | 110 | 77 |
| Binary | 11100101 | 11000001 | 1011101 | 0 | 10000 | 111011 | 1010 | 101100 | 1001000 | 111111 |
Color Harmonies of #E5C15D
Complementary color
Monochromatic Colors of #E5C15D
Black with #E5C15D
Text Example
Text Example
White with #E5C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C15D; }
p { color: rgb(229,193,93); }
H1.HeaderClassName
{
color: #E5C15D;
}
.AnyTagClassName
{
color: #E5C15D;
}
</style>
background-color css
<style>
a { background-color: #E5C15D; }
a { background-color: rgb(229,193,93); }
div.DivClassName
{
background-color: #E5C15D;
}
.BgClassName
{
background-color: #E5C15D;
}
</style>
border-color css
<style>
span { border-color: #E5C15D; }
span { border-color: rgb(229,193,93); }
td.TdClassName
{
border-color: #E5C15D;
}
.TagClassName
{
border-color: #E5C15D;
}
</style>