Shades of Cream Can #EAC060
Tints of Cream Can #EAC060
RGB
CMYK
RGB Variations
Color information
#EAC060 (or 0xEAC060) is known color: Cream Can. HEX triplet: EA, C0 and 60. RGB value is (234,192,96). Sum of RGB (Red+Green+Blue) = 234+192+96=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC060 is #153F9F. Grayscale: #C2C2C2. Windows color (decimal): -1392544 or 6340842. OLE color: 6340842.
HSL color Cylindrical-coordinate representation of color #EAC060: hue angle of 41.74º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC060 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 96 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.08 |
| HSL | 41.74º | 0.77% | 0.65% | - |
| HSV(B) | 41.74º | 0.59% | 0.92% | - |
| XYZ | 54.89 | 56.04 | 18.99 | - |
| YUV | 193.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 96 | 0 | 0.18 | 0.59 | 0.08 | 41.74 | 0.77 | 0.65 |
| Hex | EA | C0 | 60 | 0 | 12 | 3B | 8 | 2A | 4D | 41 |
| Octal | 352 | 300 | 140 | 0 | 22 | 73 | 10 | 52 | 115 | 101 |
| Binary | 11101010 | 11000000 | 1100000 | 0 | 10010 | 111011 | 1000 | 101010 | 1001101 | 1000001 |
Color Harmonies of #EAC060
Complementary color
Monochromatic Colors of #EAC060
Black with #EAC060
Text Example
Text Example
White with #EAC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC060; }
p { color: rgb(234,192,96); }
H1.HeaderClassName
{
color: #EAC060;
}
.AnyTagClassName
{
color: #EAC060;
}
</style>
background-color css
<style>
a { background-color: #EAC060; }
a { background-color: rgb(234,192,96); }
div.DivClassName
{
background-color: #EAC060;
}
.BgClassName
{
background-color: #EAC060;
}
</style>
border-color css
<style>
span { border-color: #EAC060; }
span { border-color: rgb(234,192,96); }
td.TdClassName
{
border-color: #EAC060;
}
.TagClassName
{
border-color: #EAC060;
}
</style>