Shades of Cream Can #EAC05C
Tints of Cream Can #EAC05C
RGB
CMYK
RGB Variations
Color information
#EAC05C (or 0xEAC05C) is known color: Cream Can. HEX triplet: EA, C0 and 5C. RGB value is (234,192,92). Sum of RGB (Red+Green+Blue) = 234+192+92=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC05C is #153FA3. Grayscale: #C1C1C1. Windows color (decimal): -1392548 or 6078698. OLE color: 6078698.
HSL color Cylindrical-coordinate representation of color #EAC05C: hue angle of 42.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAC05C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 92 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.08 |
| HSL | 42.25º | 0.77% | 0.64% | - |
| HSV(B) | 42.25º | 0.61% | 0.92% | - |
| XYZ | 54.71 | 55.96 | 18.04 | - |
| YUV | 193.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 92 | 0 | 0.18 | 0.61 | 0.08 | 42.25 | 0.77 | 0.64 |
| Hex | EA | C0 | 5C | 0 | 12 | 3D | 8 | 2A | 4D | 40 |
| Octal | 352 | 300 | 134 | 0 | 22 | 75 | 10 | 52 | 115 | 100 |
| Binary | 11101010 | 11000000 | 1011100 | 0 | 10010 | 111101 | 1000 | 101010 | 1001101 | 1000000 |
Color Harmonies of #EAC05C
Complementary color
Monochromatic Colors of #EAC05C
Black with #EAC05C
Text Example
Text Example
White with #EAC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC05C; }
p { color: rgb(234,192,92); }
H1.HeaderClassName
{
color: #EAC05C;
}
.AnyTagClassName
{
color: #EAC05C;
}
</style>
background-color css
<style>
a { background-color: #EAC05C; }
a { background-color: rgb(234,192,92); }
div.DivClassName
{
background-color: #EAC05C;
}
.BgClassName
{
background-color: #EAC05C;
}
</style>
border-color css
<style>
span { border-color: #EAC05C; }
span { border-color: rgb(234,192,92); }
td.TdClassName
{
border-color: #EAC05C;
}
.TagClassName
{
border-color: #EAC05C;
}
</style>