Shades of Cream Can #E9C45D
Tints of Cream Can #E9C45D
RGB
CMYK
RGB Variations
Color information
#E9C45D (or 0xE9C45D) is known color: Cream Can. HEX triplet: E9, C4 and 5D. RGB value is (233,196,93). Sum of RGB (Red+Green+Blue) = 233+196+93=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C45D is #163BA2. Grayscale: #C3C3C3. Windows color (decimal): -1457059 or 6145257. OLE color: 6145257.
HSL color Cylindrical-coordinate representation of color #E9C45D: hue angle of 44.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9C45D is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 93 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.09 |
| HSL | 44.14º | 0.76% | 0.64% | - |
| HSV(B) | 44.14º | 0.6% | 0.91% | - |
| XYZ | 55.32 | 57.59 | 18.56 | - |
| YUV | 195.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 93 | 0 | 0.16 | 0.60 | 0.09 | 44.14 | 0.76 | 0.64 |
| Hex | E9 | C4 | 5D | 0 | 10 | 3C | 9 | 2C | 4C | 40 |
| Octal | 351 | 304 | 135 | 0 | 20 | 74 | 11 | 54 | 114 | 100 |
| Binary | 11101001 | 11000100 | 1011101 | 0 | 10000 | 111100 | 1001 | 101100 | 1001100 | 1000000 |
Color Harmonies of #E9C45D
Complementary color
Monochromatic Colors of #E9C45D
Black with #E9C45D
Text Example
Text Example
White with #E9C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C45D; }
p { color: rgb(233,196,93); }
H1.HeaderClassName
{
color: #E9C45D;
}
.AnyTagClassName
{
color: #E9C45D;
}
</style>
background-color css
<style>
a { background-color: #E9C45D; }
a { background-color: rgb(233,196,93); }
div.DivClassName
{
background-color: #E9C45D;
}
.BgClassName
{
background-color: #E9C45D;
}
</style>
border-color css
<style>
span { border-color: #E9C45D; }
span { border-color: rgb(233,196,93); }
td.TdClassName
{
border-color: #E9C45D;
}
.TagClassName
{
border-color: #E9C45D;
}
</style>