Shades of Cream Can #E2C25C
Tints of Cream Can #E2C25C
RGB
CMYK
RGB Variations
Color information
#E2C25C (or 0xE2C25C) is known color: Cream Can. HEX triplet: E2, C2 and 5C. RGB value is (226,194,92). Sum of RGB (Red+Green+Blue) = 226+194+92=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C25C is #1D3DA3. Grayscale: #C0C0C0. Windows color (decimal): -1916324 or 6079202. OLE color: 6079202.
HSL color Cylindrical-coordinate representation of color #E2C25C: hue angle of 45.67º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2C25C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 92 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.11 |
| HSL | 45.67º | 0.7% | 0.62% | - |
| HSV(B) | 45.67º | 0.59% | 0.89% | - |
| XYZ | 52.59 | 55.53 | 18.07 | - |
| YUV | 191.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 92 | 0 | 0.14 | 0.59 | 0.11 | 45.67 | 0.7 | 0.62 |
| Hex | E2 | C2 | 5C | 0 | E | 3B | B | 2E | 46 | 3E |
| Octal | 342 | 302 | 134 | 0 | 16 | 73 | 13 | 56 | 106 | 76 |
| Binary | 11100010 | 11000010 | 1011100 | 0 | 1110 | 111011 | 1011 | 101110 | 1000110 | 111110 |
Color Harmonies of #E2C25C
Complementary color
Monochromatic Colors of #E2C25C
Black with #E2C25C
Text Example
Text Example
White with #E2C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C25C; }
p { color: rgb(226,194,92); }
H1.HeaderClassName
{
color: #E2C25C;
}
.AnyTagClassName
{
color: #E2C25C;
}
</style>
background-color css
<style>
a { background-color: #E2C25C; }
a { background-color: rgb(226,194,92); }
div.DivClassName
{
background-color: #E2C25C;
}
.BgClassName
{
background-color: #E2C25C;
}
</style>
border-color css
<style>
span { border-color: #E2C25C; }
span { border-color: rgb(226,194,92); }
td.TdClassName
{
border-color: #E2C25C;
}
.TagClassName
{
border-color: #E2C25C;
}
</style>