Shades of Cream Can #EAC058
Tints of Cream Can #EAC058
RGB
CMYK
RGB Variations
Color information
#EAC058 (or 0xEAC058) is known color: Cream Can. HEX triplet: EA, C0 and 58. RGB value is (234,192,88). Sum of RGB (Red+Green+Blue) = 234+192+88=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC058 is #153FA7. Grayscale: #C1C1C1. Windows color (decimal): -1392552 or 5816554. OLE color: 5816554.
HSL color Cylindrical-coordinate representation of color #EAC058: hue angle of 42.74º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAC058 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 88 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.08 |
| HSL | 42.74º | 0.78% | 0.63% | - |
| HSV(B) | 42.74º | 0.62% | 0.92% | - |
| XYZ | 54.54 | 55.9 | 17.15 | - |
| YUV | 192.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 88 | 0 | 0.18 | 0.62 | 0.08 | 42.74 | 0.78 | 0.63 |
| Hex | EA | C0 | 58 | 0 | 12 | 3E | 8 | 2B | 4E | 3F |
| Octal | 352 | 300 | 130 | 0 | 22 | 76 | 10 | 53 | 116 | 77 |
| Binary | 11101010 | 11000000 | 1011000 | 0 | 10010 | 111110 | 1000 | 101011 | 1001110 | 111111 |
Color Harmonies of #EAC058
Complementary color
Monochromatic Colors of #EAC058
Black with #EAC058
Text Example
Text Example
White with #EAC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC058; }
p { color: rgb(234,192,88); }
H1.HeaderClassName
{
color: #EAC058;
}
.AnyTagClassName
{
color: #EAC058;
}
</style>
background-color css
<style>
a { background-color: #EAC058; }
a { background-color: rgb(234,192,88); }
div.DivClassName
{
background-color: #EAC058;
}
.BgClassName
{
background-color: #EAC058;
}
</style>
border-color css
<style>
span { border-color: #EAC058; }
span { border-color: rgb(234,192,88); }
td.TdClassName
{
border-color: #EAC058;
}
.TagClassName
{
border-color: #EAC058;
}
</style>