Shades of Cream Can #EAC256
Tints of Cream Can #EAC256
RGB
CMYK
RGB Variations
Color information
#EAC256 (or 0xEAC256) is known color: Cream Can. HEX triplet: EA, C2 and 56. RGB value is (234,194,86). Sum of RGB (Red+Green+Blue) = 234+194+86=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC256 is #153DA9. Grayscale: #C2C2C2. Windows color (decimal): -1392042 or 5685994. OLE color: 5685994.
HSL color Cylindrical-coordinate representation of color #EAC256: hue angle of 43.78º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAC256 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 86 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.08 |
| HSL | 43.78º | 0.78% | 0.63% | - |
| HSV(B) | 43.78º | 0.63% | 0.92% | - |
| XYZ | 54.9 | 56.75 | 16.86 | - |
| YUV | 193.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 86 | 0 | 0.17 | 0.63 | 0.08 | 43.78 | 0.78 | 0.63 |
| Hex | EA | C2 | 56 | 0 | 11 | 3F | 8 | 2C | 4E | 3F |
| Octal | 352 | 302 | 126 | 0 | 21 | 77 | 10 | 54 | 116 | 77 |
| Binary | 11101010 | 11000010 | 1010110 | 0 | 10001 | 111111 | 1000 | 101100 | 1001110 | 111111 |
Color Harmonies of #EAC256
Complementary color
Monochromatic Colors of #EAC256
Black with #EAC256
Text Example
Text Example
White with #EAC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC256; }
p { color: rgb(234,194,86); }
H1.HeaderClassName
{
color: #EAC256;
}
.AnyTagClassName
{
color: #EAC256;
}
</style>
background-color css
<style>
a { background-color: #EAC256; }
a { background-color: rgb(234,194,86); }
div.DivClassName
{
background-color: #EAC256;
}
.BgClassName
{
background-color: #EAC256;
}
</style>
border-color css
<style>
span { border-color: #EAC256; }
span { border-color: rgb(234,194,86); }
td.TdClassName
{
border-color: #EAC256;
}
.TagClassName
{
border-color: #EAC256;
}
</style>