Shades of Cream Can #E3C15F
Tints of Cream Can #E3C15F
RGB
CMYK
RGB Variations
Color information
#E3C15F (or 0xE3C15F) is known color: Cream Can. HEX triplet: E3, C1 and 5F. RGB value is (227,193,95). Sum of RGB (Red+Green+Blue) = 227+193+95=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C15F is #1C3EA0. Grayscale: #C0C0C0. Windows color (decimal): -1851041 or 6275555. OLE color: 6275555.
HSL color Cylindrical-coordinate representation of color #E3C15F: hue angle of 44.55º degrees, saturation: 0.7, 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 #E3C15F is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 95 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.11 |
| HSL | 44.55º | 0.7% | 0.63% | - |
| HSV(B) | 44.55º | 0.58% | 0.89% | - |
| XYZ | 52.81 | 55.3 | 18.72 | - |
| YUV | 191.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 95 | 0 | 0.15 | 0.58 | 0.11 | 44.55 | 0.7 | 0.63 |
| Hex | E3 | C1 | 5F | 0 | F | 3A | B | 2D | 46 | 3F |
| Octal | 343 | 301 | 137 | 0 | 17 | 72 | 13 | 55 | 106 | 77 |
| Binary | 11100011 | 11000001 | 1011111 | 0 | 1111 | 111010 | 1011 | 101101 | 1000110 | 111111 |
Color Harmonies of #E3C15F
Complementary color
Monochromatic Colors of #E3C15F
Black with #E3C15F
Text Example
Text Example
White with #E3C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C15F; }
p { color: rgb(227,193,95); }
H1.HeaderClassName
{
color: #E3C15F;
}
.AnyTagClassName
{
color: #E3C15F;
}
</style>
background-color css
<style>
a { background-color: #E3C15F; }
a { background-color: rgb(227,193,95); }
div.DivClassName
{
background-color: #E3C15F;
}
.BgClassName
{
background-color: #E3C15F;
}
</style>
border-color css
<style>
span { border-color: #E3C15F; }
span { border-color: rgb(227,193,95); }
td.TdClassName
{
border-color: #E3C15F;
}
.TagClassName
{
border-color: #E3C15F;
}
</style>