Shades of Cream Can #E2C15E
Tints of Cream Can #E2C15E
RGB
CMYK
RGB Variations
Color information
#E2C15E (or 0xE2C15E) is known color: Cream Can. HEX triplet: E2, C1 and 5E. RGB value is (226,193,94). Sum of RGB (Red+Green+Blue) = 226+193+94=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C15E is #1D3EA1. Grayscale: #C0C0C0. Windows color (decimal): -1916578 or 6210018. OLE color: 6210018.
HSL color Cylindrical-coordinate representation of color #E2C15E: hue angle of 45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2C15E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 94 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.11 |
| HSL | 45º | 0.69% | 0.63% | - |
| HSV(B) | 45º | 0.58% | 0.89% | - |
| XYZ | 52.45 | 55.12 | 18.46 | - |
| YUV | 191.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 94 | 0 | 0.15 | 0.58 | 0.11 | 45 | 0.69 | 0.63 |
| Hex | E2 | C1 | 5E | 0 | F | 3A | B | 2D | 45 | 3F |
| Octal | 342 | 301 | 136 | 0 | 17 | 72 | 13 | 55 | 105 | 77 |
| Binary | 11100010 | 11000001 | 1011110 | 0 | 1111 | 111010 | 1011 | 101101 | 1000101 | 111111 |
Color Harmonies of #E2C15E
Complementary color
Monochromatic Colors of #E2C15E
Black with #E2C15E
Text Example
Text Example
White with #E2C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C15E; }
p { color: rgb(226,193,94); }
H1.HeaderClassName
{
color: #E2C15E;
}
.AnyTagClassName
{
color: #E2C15E;
}
</style>
background-color css
<style>
a { background-color: #E2C15E; }
a { background-color: rgb(226,193,94); }
div.DivClassName
{
background-color: #E2C15E;
}
.BgClassName
{
background-color: #E2C15E;
}
</style>
border-color css
<style>
span { border-color: #E2C15E; }
span { border-color: rgb(226,193,94); }
td.TdClassName
{
border-color: #E2C15E;
}
.TagClassName
{
border-color: #E2C15E;
}
</style>