Shades of Cream Can #E9C95A
Tints of Cream Can #E9C95A
RGB
CMYK
RGB Variations
Color information
#E9C95A (or 0xE9C95A) is known color: Cream Can. HEX triplet: E9, C9 and 5A. RGB value is (233,201,90). Sum of RGB (Red+Green+Blue) = 233+201+90=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C95A is #1636A5. Grayscale: #C6C6C6. Windows color (decimal): -1455782 or 5949929. OLE color: 5949929.
HSL color Cylindrical-coordinate representation of color #E9C95A: hue angle of 46.57º 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 #E9C95A is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 90 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.09 |
| HSL | 46.57º | 0.76% | 0.63% | - |
| HSV(B) | 46.57º | 0.61% | 0.91% | - |
| XYZ | 56.34 | 59.84 | 18.25 | - |
| YUV | 197.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 90 | 0 | 0.14 | 0.61 | 0.09 | 46.57 | 0.76 | 0.63 |
| Hex | E9 | C9 | 5A | 0 | E | 3D | 9 | 2F | 4C | 3F |
| Octal | 351 | 311 | 132 | 0 | 16 | 75 | 11 | 57 | 114 | 77 |
| Binary | 11101001 | 11001001 | 1011010 | 0 | 1110 | 111101 | 1001 | 101111 | 1001100 | 111111 |
Color Harmonies of #E9C95A
Complementary color
Monochromatic Colors of #E9C95A
Black with #E9C95A
Text Example
Text Example
White with #E9C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C95A; }
p { color: rgb(233,201,90); }
H1.HeaderClassName
{
color: #E9C95A;
}
.AnyTagClassName
{
color: #E9C95A;
}
</style>
background-color css
<style>
a { background-color: #E9C95A; }
a { background-color: rgb(233,201,90); }
div.DivClassName
{
background-color: #E9C95A;
}
.BgClassName
{
background-color: #E9C95A;
}
</style>
border-color css
<style>
span { border-color: #E9C95A; }
span { border-color: rgb(233,201,90); }
td.TdClassName
{
border-color: #E9C95A;
}
.TagClassName
{
border-color: #E9C95A;
}
</style>