Shades of Cream Can #EAC959
Tints of Cream Can #EAC959
RGB
CMYK
RGB Variations
Color information
#EAC959 (or 0xEAC959) is known color: Cream Can. HEX triplet: EA, C9 and 59. RGB value is (234,201,89). Sum of RGB (Red+Green+Blue) = 234+201+89=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC959 is #1536A6. Grayscale: #C6C6C6. Windows color (decimal): -1390247 or 5884394. OLE color: 5884394.
HSL color Cylindrical-coordinate representation of color #EAC959: hue angle of 46.34º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAC959 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 89 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.08 |
| HSL | 46.34º | 0.78% | 0.63% | - |
| HSV(B) | 46.34º | 0.62% | 0.92% | - |
| XYZ | 56.62 | 59.99 | 18.05 | - |
| YUV | 198.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 89 | 0 | 0.14 | 0.62 | 0.08 | 46.34 | 0.78 | 0.63 |
| Hex | EA | C9 | 59 | 0 | E | 3E | 8 | 2E | 4E | 3F |
| Octal | 352 | 311 | 131 | 0 | 16 | 76 | 10 | 56 | 116 | 77 |
| Binary | 11101010 | 11001001 | 1011001 | 0 | 1110 | 111110 | 1000 | 101110 | 1001110 | 111111 |
Color Harmonies of #EAC959
Complementary color
Monochromatic Colors of #EAC959
Black with #EAC959
Text Example
Text Example
White with #EAC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC959; }
p { color: rgb(234,201,89); }
H1.HeaderClassName
{
color: #EAC959;
}
.AnyTagClassName
{
color: #EAC959;
}
</style>
background-color css
<style>
a { background-color: #EAC959; }
a { background-color: rgb(234,201,89); }
div.DivClassName
{
background-color: #EAC959;
}
.BgClassName
{
background-color: #EAC959;
}
</style>
border-color css
<style>
span { border-color: #EAC959; }
span { border-color: rgb(234,201,89); }
td.TdClassName
{
border-color: #EAC959;
}
.TagClassName
{
border-color: #EAC959;
}
</style>