Shades of Cream Can #EAC255
Tints of Cream Can #EAC255
RGB
CMYK
RGB Variations
Color information
#EAC255 (or 0xEAC255) is known color: Cream Can. HEX triplet: EA, C2 and 55. RGB value is (234,194,85). Sum of RGB (Red+Green+Blue) = 234+194+85=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC255 is #153DAA. Grayscale: #C2C2C2. Windows color (decimal): -1392043 or 5620458. OLE color: 5620458.
HSL color Cylindrical-coordinate representation of color #EAC255: hue angle of 43.89º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAC255 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 85 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.08 |
| HSL | 43.89º | 0.78% | 0.63% | - |
| HSV(B) | 43.89º | 0.64% | 0.92% | - |
| XYZ | 54.86 | 56.73 | 16.65 | - |
| YUV | 193.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 85 | 0 | 0.17 | 0.64 | 0.08 | 43.89 | 0.78 | 0.63 |
| Hex | EA | C2 | 55 | 0 | 11 | 40 | 8 | 2C | 4E | 3F |
| Octal | 352 | 302 | 125 | 0 | 21 | 100 | 10 | 54 | 116 | 77 |
| Binary | 11101010 | 11000010 | 1010101 | 0 | 10001 | 1000000 | 1000 | 101100 | 1001110 | 111111 |
Color Harmonies of #EAC255
Complementary color
Monochromatic Colors of #EAC255
Black with #EAC255
Text Example
Text Example
White with #EAC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC255; }
p { color: rgb(234,194,85); }
H1.HeaderClassName
{
color: #EAC255;
}
.AnyTagClassName
{
color: #EAC255;
}
</style>
background-color css
<style>
a { background-color: #EAC255; }
a { background-color: rgb(234,194,85); }
div.DivClassName
{
background-color: #EAC255;
}
.BgClassName
{
background-color: #EAC255;
}
</style>
border-color css
<style>
span { border-color: #EAC255; }
span { border-color: rgb(234,194,85); }
td.TdClassName
{
border-color: #EAC255;
}
.TagClassName
{
border-color: #EAC255;
}
</style>