Shades of Cream Can #EAC159
Tints of Cream Can #EAC159
RGB
CMYK
RGB Variations
Color information
#EAC159 (or 0xEAC159) is known color: Cream Can. HEX triplet: EA, C1 and 59. RGB value is (234,193,89). Sum of RGB (Red+Green+Blue) = 234+193+89=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC159 is #153EA6. Grayscale: #C1C1C1. Windows color (decimal): -1392295 or 5882346. OLE color: 5882346.
HSL color Cylindrical-coordinate representation of color #EAC159: hue angle of 43.03º 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 #EAC159 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 89 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.08 |
| HSL | 43.03º | 0.78% | 0.63% | - |
| HSV(B) | 43.03º | 0.62% | 0.92% | - |
| XYZ | 54.8 | 56.35 | 17.44 | - |
| YUV | 193.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 89 | 0 | 0.18 | 0.62 | 0.08 | 43.03 | 0.78 | 0.63 |
| Hex | EA | C1 | 59 | 0 | 12 | 3E | 8 | 2B | 4E | 3F |
| Octal | 352 | 301 | 131 | 0 | 22 | 76 | 10 | 53 | 116 | 77 |
| Binary | 11101010 | 11000001 | 1011001 | 0 | 10010 | 111110 | 1000 | 101011 | 1001110 | 111111 |
Color Harmonies of #EAC159
Complementary color
Monochromatic Colors of #EAC159
Black with #EAC159
Text Example
Text Example
White with #EAC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC159; }
p { color: rgb(234,193,89); }
H1.HeaderClassName
{
color: #EAC159;
}
.AnyTagClassName
{
color: #EAC159;
}
</style>
background-color css
<style>
a { background-color: #EAC159; }
a { background-color: rgb(234,193,89); }
div.DivClassName
{
background-color: #EAC159;
}
.BgClassName
{
background-color: #EAC159;
}
</style>
border-color css
<style>
span { border-color: #EAC159; }
span { border-color: rgb(234,193,89); }
td.TdClassName
{
border-color: #EAC159;
}
.TagClassName
{
border-color: #EAC159;
}
</style>