Shades of Cream Can #E1C25C
Tints of Cream Can #E1C25C
RGB
CMYK
RGB Variations
Color information
#E1C25C (or 0xE1C25C) is known color: Cream Can. HEX triplet: E1, C2 and 5C. RGB value is (225,194,92). Sum of RGB (Red+Green+Blue) = 225+194+92=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C25C is #1E3DA3. Grayscale: #C0C0C0. Windows color (decimal): -1981860 or 6079201. OLE color: 6079201.
HSL color Cylindrical-coordinate representation of color #E1C25C: hue angle of 46.02º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1C25C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 92 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.12 |
| HSL | 46.02º | 0.69% | 0.62% | - |
| HSV(B) | 46.02º | 0.59% | 0.88% | - |
| XYZ | 52.27 | 55.36 | 18.06 | - |
| YUV | 191.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 92 | 0 | 0.14 | 0.59 | 0.12 | 46.02 | 0.69 | 0.62 |
| Hex | E1 | C2 | 5C | 0 | E | 3B | C | 2E | 45 | 3E |
| Octal | 341 | 302 | 134 | 0 | 16 | 73 | 14 | 56 | 105 | 76 |
| Binary | 11100001 | 11000010 | 1011100 | 0 | 1110 | 111011 | 1100 | 101110 | 1000101 | 111110 |
Color Harmonies of #E1C25C
Complementary color
Monochromatic Colors of #E1C25C
Black with #E1C25C
Text Example
Text Example
White with #E1C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C25C; }
p { color: rgb(225,194,92); }
H1.HeaderClassName
{
color: #E1C25C;
}
.AnyTagClassName
{
color: #E1C25C;
}
</style>
background-color css
<style>
a { background-color: #E1C25C; }
a { background-color: rgb(225,194,92); }
div.DivClassName
{
background-color: #E1C25C;
}
.BgClassName
{
background-color: #E1C25C;
}
</style>
border-color css
<style>
span { border-color: #E1C25C; }
span { border-color: rgb(225,194,92); }
td.TdClassName
{
border-color: #E1C25C;
}
.TagClassName
{
border-color: #E1C25C;
}
</style>