Shades of Cream Can #E3C15A
Tints of Cream Can #E3C15A
RGB
CMYK
RGB Variations
Color information
#E3C15A (or 0xE3C15A) is known color: Cream Can. HEX triplet: E3, C1 and 5A. RGB value is (227,193,90). Sum of RGB (Red+Green+Blue) = 227+193+90=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C15A is #1C3EA5. Grayscale: #BFBFBF. Windows color (decimal): -1851046 or 5947875. OLE color: 5947875.
HSL color Cylindrical-coordinate representation of color #E3C15A: hue angle of 45.11º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3C15A is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 90 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.11 |
| HSL | 45.11º | 0.71% | 0.62% | - |
| HSV(B) | 45.11º | 0.6% | 0.89% | - |
| XYZ | 52.59 | 55.21 | 17.56 | - |
| YUV | 191.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 90 | 0 | 0.15 | 0.60 | 0.11 | 45.11 | 0.71 | 0.62 |
| Hex | E3 | C1 | 5A | 0 | F | 3C | B | 2D | 47 | 3E |
| Octal | 343 | 301 | 132 | 0 | 17 | 74 | 13 | 55 | 107 | 76 |
| Binary | 11100011 | 11000001 | 1011010 | 0 | 1111 | 111100 | 1011 | 101101 | 1000111 | 111110 |
Color Harmonies of #E3C15A
Complementary color
Monochromatic Colors of #E3C15A
Black with #E3C15A
Text Example
Text Example
White with #E3C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C15A; }
p { color: rgb(227,193,90); }
H1.HeaderClassName
{
color: #E3C15A;
}
.AnyTagClassName
{
color: #E3C15A;
}
</style>
background-color css
<style>
a { background-color: #E3C15A; }
a { background-color: rgb(227,193,90); }
div.DivClassName
{
background-color: #E3C15A;
}
.BgClassName
{
background-color: #E3C15A;
}
</style>
border-color css
<style>
span { border-color: #E3C15A; }
span { border-color: rgb(227,193,90); }
td.TdClassName
{
border-color: #E3C15A;
}
.TagClassName
{
border-color: #E3C15A;
}
</style>