Shades of Cream Can #E9C452
Tints of Cream Can #E9C452
RGB
CMYK
RGB Variations
Color information
#E9C452 (or 0xE9C452) is known color: Cream Can. HEX triplet: E9, C4 and 52. RGB value is (233,196,82). Sum of RGB (Red+Green+Blue) = 233+196+82=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C452 is #163BAD. Grayscale: #C2C2C2. Windows color (decimal): -1457070 or 5424361. OLE color: 5424361.
HSL color Cylindrical-coordinate representation of color #E9C452: hue angle of 45.3º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9C452 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 82 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.09 |
| HSL | 45.3º | 0.77% | 0.62% | - |
| HSV(B) | 45.3º | 0.65% | 0.91% | - |
| XYZ | 54.87 | 57.41 | 16.17 | - |
| YUV | 194.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 82 | 0 | 0.16 | 0.65 | 0.09 | 45.3 | 0.77 | 0.62 |
| Hex | E9 | C4 | 52 | 0 | 10 | 41 | 9 | 2D | 4D | 3E |
| Octal | 351 | 304 | 122 | 0 | 20 | 101 | 11 | 55 | 115 | 76 |
| Binary | 11101001 | 11000100 | 1010010 | 0 | 10000 | 1000001 | 1001 | 101101 | 1001101 | 111110 |
Color Harmonies of #E9C452
Complementary color
Monochromatic Colors of #E9C452
Black with #E9C452
Text Example
Text Example
White with #E9C452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C452; }
p { color: rgb(233,196,82); }
H1.HeaderClassName
{
color: #E9C452;
}
.AnyTagClassName
{
color: #E9C452;
}
</style>
background-color css
<style>
a { background-color: #E9C452; }
a { background-color: rgb(233,196,82); }
div.DivClassName
{
background-color: #E9C452;
}
.BgClassName
{
background-color: #E9C452;
}
</style>
border-color css
<style>
span { border-color: #E9C452; }
span { border-color: rgb(233,196,82); }
td.TdClassName
{
border-color: #E9C452;
}
.TagClassName
{
border-color: #E9C452;
}
</style>