Shades of Cream Can #EAC257
Tints of Cream Can #EAC257
RGB
CMYK
RGB Variations
Color information
#EAC257 (or 0xEAC257) is known color: Cream Can. HEX triplet: EA, C2 and 57. RGB value is (234,194,87). Sum of RGB (Red+Green+Blue) = 234+194+87=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC257 is #153DA8. Grayscale: #C2C2C2. Windows color (decimal): -1392041 or 5751530. OLE color: 5751530.
HSL color Cylindrical-coordinate representation of color #EAC257: hue angle of 43.67º 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 #EAC257 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 87 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.08 |
| HSL | 43.67º | 0.78% | 0.63% | - |
| HSV(B) | 43.67º | 0.63% | 0.92% | - |
| XYZ | 54.94 | 56.76 | 17.08 | - |
| YUV | 193.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 87 | 0 | 0.17 | 0.63 | 0.08 | 43.67 | 0.78 | 0.63 |
| Hex | EA | C2 | 57 | 0 | 11 | 3F | 8 | 2C | 4E | 3F |
| Octal | 352 | 302 | 127 | 0 | 21 | 77 | 10 | 54 | 116 | 77 |
| Binary | 11101010 | 11000010 | 1010111 | 0 | 10001 | 111111 | 1000 | 101100 | 1001110 | 111111 |
Color Harmonies of #EAC257
Complementary color
Monochromatic Colors of #EAC257
Black with #EAC257
Text Example
Text Example
White with #EAC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC257; }
p { color: rgb(234,194,87); }
H1.HeaderClassName
{
color: #EAC257;
}
.AnyTagClassName
{
color: #EAC257;
}
</style>
background-color css
<style>
a { background-color: #EAC257; }
a { background-color: rgb(234,194,87); }
div.DivClassName
{
background-color: #EAC257;
}
.BgClassName
{
background-color: #EAC257;
}
</style>
border-color css
<style>
span { border-color: #EAC257; }
span { border-color: rgb(234,194,87); }
td.TdClassName
{
border-color: #EAC257;
}
.TagClassName
{
border-color: #EAC257;
}
</style>