Shades of Cream Can #E9C455
Tints of Cream Can #E9C455
RGB
CMYK
RGB Variations
Color information
#E9C455 (or 0xE9C455) is known color: Cream Can. HEX triplet: E9, C4 and 55. RGB value is (233,196,85). Sum of RGB (Red+Green+Blue) = 233+196+85=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C455 is #163BAA. Grayscale: #C2C2C2. Windows color (decimal): -1457067 or 5620969. OLE color: 5620969.
HSL color Cylindrical-coordinate representation of color #E9C455: hue angle of 45º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9C455 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 85 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.09 |
| HSL | 45º | 0.77% | 0.62% | - |
| HSV(B) | 45º | 0.64% | 0.91% | - |
| XYZ | 54.98 | 57.46 | 16.79 | - |
| YUV | 194.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 85 | 0 | 0.16 | 0.64 | 0.09 | 45 | 0.77 | 0.62 |
| Hex | E9 | C4 | 55 | 0 | 10 | 40 | 9 | 2D | 4D | 3E |
| Octal | 351 | 304 | 125 | 0 | 20 | 100 | 11 | 55 | 115 | 76 |
| Binary | 11101001 | 11000100 | 1010101 | 0 | 10000 | 1000000 | 1001 | 101101 | 1001101 | 111110 |
Color Harmonies of #E9C455
Complementary color
Monochromatic Colors of #E9C455
Black with #E9C455
Text Example
Text Example
White with #E9C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C455; }
p { color: rgb(233,196,85); }
H1.HeaderClassName
{
color: #E9C455;
}
.AnyTagClassName
{
color: #E9C455;
}
</style>
background-color css
<style>
a { background-color: #E9C455; }
a { background-color: rgb(233,196,85); }
div.DivClassName
{
background-color: #E9C455;
}
.BgClassName
{
background-color: #E9C455;
}
</style>
border-color css
<style>
span { border-color: #E9C455; }
span { border-color: rgb(233,196,85); }
td.TdClassName
{
border-color: #E9C455;
}
.TagClassName
{
border-color: #E9C455;
}
</style>