Shades of Cream Can #E3C15B
Tints of Cream Can #E3C15B
RGB
CMYK
RGB Variations
Color information
#E3C15B (or 0xE3C15B) is known color: Cream Can. HEX triplet: E3, C1 and 5B. RGB value is (227,193,91). Sum of RGB (Red+Green+Blue) = 227+193+91=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C15B is #1C3EA4. Grayscale: #BFBFBF. Windows color (decimal): -1851045 or 6013411. OLE color: 6013411.
HSL color Cylindrical-coordinate representation of color #E3C15B: hue angle of 45º 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 #E3C15B is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 91 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.11 |
| HSL | 45º | 0.71% | 0.62% | - |
| HSV(B) | 45º | 0.6% | 0.89% | - |
| XYZ | 52.64 | 55.23 | 17.78 | - |
| YUV | 191.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 91 | 0 | 0.15 | 0.60 | 0.11 | 45 | 0.71 | 0.62 |
| Hex | E3 | C1 | 5B | 0 | F | 3C | B | 2D | 47 | 3E |
| Octal | 343 | 301 | 133 | 0 | 17 | 74 | 13 | 55 | 107 | 76 |
| Binary | 11100011 | 11000001 | 1011011 | 0 | 1111 | 111100 | 1011 | 101101 | 1000111 | 111110 |
Color Harmonies of #E3C15B
Complementary color
Monochromatic Colors of #E3C15B
Black with #E3C15B
Text Example
Text Example
White with #E3C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C15B; }
p { color: rgb(227,193,91); }
H1.HeaderClassName
{
color: #E3C15B;
}
.AnyTagClassName
{
color: #E3C15B;
}
</style>
background-color css
<style>
a { background-color: #E3C15B; }
a { background-color: rgb(227,193,91); }
div.DivClassName
{
background-color: #E3C15B;
}
.BgClassName
{
background-color: #E3C15B;
}
</style>
border-color css
<style>
span { border-color: #E3C15B; }
span { border-color: rgb(227,193,91); }
td.TdClassName
{
border-color: #E3C15B;
}
.TagClassName
{
border-color: #E3C15B;
}
</style>