Shades of Cream Can #E3C25B
Tints of Cream Can #E3C25B
RGB
CMYK
RGB Variations
Color information
#E3C25B (or 0xE3C25B) is known color: Cream Can. HEX triplet: E3, C2 and 5B. RGB value is (227,194,91). Sum of RGB (Red+Green+Blue) = 227+194+91=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C25B is #1C3DA4. Grayscale: #C0C0C0. Windows color (decimal): -1850789 or 6013667. OLE color: 6013667.
HSL color Cylindrical-coordinate representation of color #E3C25B: hue angle of 45.44º 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 #E3C25B is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 91 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.11 |
| HSL | 45.44º | 0.71% | 0.62% | - |
| HSV(B) | 45.44º | 0.6% | 0.89% | - |
| XYZ | 52.86 | 55.67 | 17.86 | - |
| YUV | 192.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 91 | 0 | 0.15 | 0.60 | 0.11 | 45.44 | 0.71 | 0.62 |
| Hex | E3 | C2 | 5B | 0 | F | 3C | B | 2D | 47 | 3E |
| Octal | 343 | 302 | 133 | 0 | 17 | 74 | 13 | 55 | 107 | 76 |
| Binary | 11100011 | 11000010 | 1011011 | 0 | 1111 | 111100 | 1011 | 101101 | 1000111 | 111110 |
Color Harmonies of #E3C25B
Complementary color
Monochromatic Colors of #E3C25B
Black with #E3C25B
Text Example
Text Example
White with #E3C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C25B; }
p { color: rgb(227,194,91); }
H1.HeaderClassName
{
color: #E3C25B;
}
.AnyTagClassName
{
color: #E3C25B;
}
</style>
background-color css
<style>
a { background-color: #E3C25B; }
a { background-color: rgb(227,194,91); }
div.DivClassName
{
background-color: #E3C25B;
}
.BgClassName
{
background-color: #E3C25B;
}
</style>
border-color css
<style>
span { border-color: #E3C25B; }
span { border-color: rgb(227,194,91); }
td.TdClassName
{
border-color: #E3C25B;
}
.TagClassName
{
border-color: #E3C25B;
}
</style>