Shades of Cream Can #E3C25C
Tints of Cream Can #E3C25C
RGB
CMYK
RGB Variations
Color information
#E3C25C (or 0xE3C25C) is known color: Cream Can. HEX triplet: E3, C2 and 5C. RGB value is (227,194,92). Sum of RGB (Red+Green+Blue) = 227+194+92=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C25C is #1C3DA3. Grayscale: #C0C0C0. Windows color (decimal): -1850788 or 6079203. OLE color: 6079203.
HSL color Cylindrical-coordinate representation of color #E3C25C: hue angle of 45.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3C25C is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 92 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.11 |
| HSL | 45.33º | 0.71% | 0.63% | - |
| HSV(B) | 45.33º | 0.59% | 0.89% | - |
| XYZ | 52.9 | 55.69 | 18.09 | - |
| YUV | 192.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 92 | 0 | 0.15 | 0.59 | 0.11 | 45.33 | 0.71 | 0.63 |
| Hex | E3 | C2 | 5C | 0 | F | 3B | B | 2D | 47 | 3F |
| Octal | 343 | 302 | 134 | 0 | 17 | 73 | 13 | 55 | 107 | 77 |
| Binary | 11100011 | 11000010 | 1011100 | 0 | 1111 | 111011 | 1011 | 101101 | 1000111 | 111111 |
Color Harmonies of #E3C25C
Complementary color
Monochromatic Colors of #E3C25C
Black with #E3C25C
Text Example
Text Example
White with #E3C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C25C; }
p { color: rgb(227,194,92); }
H1.HeaderClassName
{
color: #E3C25C;
}
.AnyTagClassName
{
color: #E3C25C;
}
</style>
background-color css
<style>
a { background-color: #E3C25C; }
a { background-color: rgb(227,194,92); }
div.DivClassName
{
background-color: #E3C25C;
}
.BgClassName
{
background-color: #E3C25C;
}
</style>
border-color css
<style>
span { border-color: #E3C25C; }
span { border-color: rgb(227,194,92); }
td.TdClassName
{
border-color: #E3C25C;
}
.TagClassName
{
border-color: #E3C25C;
}
</style>