Shades of Cream Can #EAC160
Tints of Cream Can #EAC160
RGB
CMYK
RGB Variations
Color information
#EAC160 (or 0xEAC160) is known color: Cream Can. HEX triplet: EA, C1 and 60. RGB value is (234,193,96). Sum of RGB (Red+Green+Blue) = 234+193+96=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC160 is #153E9F. Grayscale: #C2C2C2. Windows color (decimal): -1392288 or 6341098. OLE color: 6341098.
HSL color Cylindrical-coordinate representation of color #EAC160: hue angle of 42.17º 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 #EAC160 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 96 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.08 |
| HSL | 42.17º | 0.77% | 0.65% | - |
| HSV(B) | 42.17º | 0.59% | 0.92% | - |
| XYZ | 55.11 | 56.48 | 19.06 | - |
| YUV | 194.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 96 | 0 | 0.18 | 0.59 | 0.08 | 42.17 | 0.77 | 0.65 |
| Hex | EA | C1 | 60 | 0 | 12 | 3B | 8 | 2A | 4D | 41 |
| Octal | 352 | 301 | 140 | 0 | 22 | 73 | 10 | 52 | 115 | 101 |
| Binary | 11101010 | 11000001 | 1100000 | 0 | 10010 | 111011 | 1000 | 101010 | 1001101 | 1000001 |
Color Harmonies of #EAC160
Complementary color
Monochromatic Colors of #EAC160
Black with #EAC160
Text Example
Text Example
White with #EAC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC160; }
p { color: rgb(234,193,96); }
H1.HeaderClassName
{
color: #EAC160;
}
.AnyTagClassName
{
color: #EAC160;
}
</style>
background-color css
<style>
a { background-color: #EAC160; }
a { background-color: rgb(234,193,96); }
div.DivClassName
{
background-color: #EAC160;
}
.BgClassName
{
background-color: #EAC160;
}
</style>
border-color css
<style>
span { border-color: #EAC160; }
span { border-color: rgb(234,193,96); }
td.TdClassName
{
border-color: #EAC160;
}
.TagClassName
{
border-color: #EAC160;
}
</style>