Shades of Cream Can #EAC059
Tints of Cream Can #EAC059
RGB
CMYK
RGB Variations
Color information
#EAC059 (or 0xEAC059) is known color: Cream Can. HEX triplet: EA, C0 and 59. RGB value is (234,192,89). Sum of RGB (Red+Green+Blue) = 234+192+89=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC059 is #153FA6. Grayscale: #C1C1C1. Windows color (decimal): -1392551 or 5882090. OLE color: 5882090.
HSL color Cylindrical-coordinate representation of color #EAC059: hue angle of 42.62º 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 #EAC059 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 89 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.08 |
| HSL | 42.62º | 0.78% | 0.63% | - |
| HSV(B) | 42.62º | 0.62% | 0.92% | - |
| XYZ | 54.58 | 55.91 | 17.37 | - |
| YUV | 192.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 89 | 0 | 0.18 | 0.62 | 0.08 | 42.62 | 0.78 | 0.63 |
| Hex | EA | C0 | 59 | 0 | 12 | 3E | 8 | 2B | 4E | 3F |
| Octal | 352 | 300 | 131 | 0 | 22 | 76 | 10 | 53 | 116 | 77 |
| Binary | 11101010 | 11000000 | 1011001 | 0 | 10010 | 111110 | 1000 | 101011 | 1001110 | 111111 |
Color Harmonies of #EAC059
Complementary color
Monochromatic Colors of #EAC059
Black with #EAC059
Text Example
Text Example
White with #EAC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC059; }
p { color: rgb(234,192,89); }
H1.HeaderClassName
{
color: #EAC059;
}
.AnyTagClassName
{
color: #EAC059;
}
</style>
background-color css
<style>
a { background-color: #EAC059; }
a { background-color: rgb(234,192,89); }
div.DivClassName
{
background-color: #EAC059;
}
.BgClassName
{
background-color: #EAC059;
}
</style>
border-color css
<style>
span { border-color: #EAC059; }
span { border-color: rgb(234,192,89); }
td.TdClassName
{
border-color: #EAC059;
}
.TagClassName
{
border-color: #EAC059;
}
</style>