Shades of Cream Can #E9C65A
Tints of Cream Can #E9C65A
RGB
CMYK
RGB Variations
Color information
#E9C65A (or 0xE9C65A) is known color: Cream Can. HEX triplet: E9, C6 and 5A. RGB value is (233,198,90). Sum of RGB (Red+Green+Blue) = 233+198+90=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C65A is #1639A5. Grayscale: #C4C4C4. Windows color (decimal): -1456550 or 5949161. OLE color: 5949161.
HSL color Cylindrical-coordinate representation of color #E9C65A: hue angle of 45.31º 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 #E9C65A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 90 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.09 |
| HSL | 45.31º | 0.76% | 0.63% | - |
| HSV(B) | 45.31º | 0.61% | 0.91% | - |
| XYZ | 55.64 | 58.45 | 18.02 | - |
| YUV | 196.15 | 68.1 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 90 | 0 | 0.15 | 0.61 | 0.09 | 45.31 | 0.76 | 0.63 |
| Hex | E9 | C6 | 5A | 0 | F | 3D | 9 | 2D | 4C | 3F |
| Octal | 351 | 306 | 132 | 0 | 17 | 75 | 11 | 55 | 114 | 77 |
| Binary | 11101001 | 11000110 | 1011010 | 0 | 1111 | 111101 | 1001 | 101101 | 1001100 | 111111 |
Color Harmonies of #E9C65A
Complementary color
Monochromatic Colors of #E9C65A
Black with #E9C65A
Text Example
Text Example
White with #E9C65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C65A; }
p { color: rgb(233,198,90); }
H1.HeaderClassName
{
color: #E9C65A;
}
.AnyTagClassName
{
color: #E9C65A;
}
</style>
background-color css
<style>
a { background-color: #E9C65A; }
a { background-color: rgb(233,198,90); }
div.DivClassName
{
background-color: #E9C65A;
}
.BgClassName
{
background-color: #E9C65A;
}
</style>
border-color css
<style>
span { border-color: #E9C65A; }
span { border-color: rgb(233,198,90); }
td.TdClassName
{
border-color: #E9C65A;
}
.TagClassName
{
border-color: #E9C65A;
}
</style>