Shades of Cream Can #E9C05A
Tints of Cream Can #E9C05A
RGB
CMYK
RGB Variations
Color information
#E9C05A (or 0xE9C05A) is known color: Cream Can. HEX triplet: E9, C0 and 5A. RGB value is (233,192,90). Sum of RGB (Red+Green+Blue) = 233+192+90=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C05A is #163FA5. Grayscale: #C1C1C1. Windows color (decimal): -1458086 or 5947625. OLE color: 5947625.
HSL color Cylindrical-coordinate representation of color #E9C05A: hue angle of 42.8º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9C05A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 90 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.09 |
| HSL | 42.8º | 0.76% | 0.63% | - |
| HSV(B) | 42.8º | 0.61% | 0.91% | - |
| XYZ | 54.3 | 55.76 | 17.57 | - |
| YUV | 192.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 90 | 0 | 0.18 | 0.61 | 0.09 | 42.8 | 0.76 | 0.63 |
| Hex | E9 | C0 | 5A | 0 | 12 | 3D | 9 | 2B | 4C | 3F |
| Octal | 351 | 300 | 132 | 0 | 22 | 75 | 11 | 53 | 114 | 77 |
| Binary | 11101001 | 11000000 | 1011010 | 0 | 10010 | 111101 | 1001 | 101011 | 1001100 | 111111 |
Color Harmonies of #E9C05A
Complementary color
Monochromatic Colors of #E9C05A
Black with #E9C05A
Text Example
Text Example
White with #E9C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C05A; }
p { color: rgb(233,192,90); }
H1.HeaderClassName
{
color: #E9C05A;
}
.AnyTagClassName
{
color: #E9C05A;
}
</style>
background-color css
<style>
a { background-color: #E9C05A; }
a { background-color: rgb(233,192,90); }
div.DivClassName
{
background-color: #E9C05A;
}
.BgClassName
{
background-color: #E9C05A;
}
</style>
border-color css
<style>
span { border-color: #E9C05A; }
span { border-color: rgb(233,192,90); }
td.TdClassName
{
border-color: #E9C05A;
}
.TagClassName
{
border-color: #E9C05A;
}
</style>