Shades of Cream Can #EAC555
Tints of Cream Can #EAC555
RGB
CMYK
RGB Variations
Color information
#EAC555 (or 0xEAC555) is known color: Cream Can. HEX triplet: EA, C5 and 55. RGB value is (234,197,85). Sum of RGB (Red+Green+Blue) = 234+197+85=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC555 is #153AAA. Grayscale: #C3C3C3. Windows color (decimal): -1391275 or 5621226. OLE color: 5621226.
HSL color Cylindrical-coordinate representation of color #EAC555: hue angle of 45.1º 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 #EAC555 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 85 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.08 |
| HSL | 45.1º | 0.78% | 0.63% | - |
| HSV(B) | 45.1º | 0.64% | 0.92% | - |
| XYZ | 55.54 | 58.08 | 16.88 | - |
| YUV | 195.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 85 | 0 | 0.16 | 0.64 | 0.08 | 45.1 | 0.78 | 0.63 |
| Hex | EA | C5 | 55 | 0 | 10 | 40 | 8 | 2D | 4E | 3F |
| Octal | 352 | 305 | 125 | 0 | 20 | 100 | 10 | 55 | 116 | 77 |
| Binary | 11101010 | 11000101 | 1010101 | 0 | 10000 | 1000000 | 1000 | 101101 | 1001110 | 111111 |
Color Harmonies of #EAC555
Complementary color
Monochromatic Colors of #EAC555
Black with #EAC555
Text Example
Text Example
White with #EAC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC555; }
p { color: rgb(234,197,85); }
H1.HeaderClassName
{
color: #EAC555;
}
.AnyTagClassName
{
color: #EAC555;
}
</style>
background-color css
<style>
a { background-color: #EAC555; }
a { background-color: rgb(234,197,85); }
div.DivClassName
{
background-color: #EAC555;
}
.BgClassName
{
background-color: #EAC555;
}
</style>
border-color css
<style>
span { border-color: #EAC555; }
span { border-color: rgb(234,197,85); }
td.TdClassName
{
border-color: #EAC555;
}
.TagClassName
{
border-color: #EAC555;
}
</style>