Shades of Cream Can #EAC252
Tints of Cream Can #EAC252
RGB
CMYK
RGB Variations
Color information
#EAC252 (or 0xEAC252) is known color: Cream Can. HEX triplet: EA, C2 and 52. RGB value is (234,194,82). Sum of RGB (Red+Green+Blue) = 234+194+82=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC252 is #153DAD. Grayscale: #C1C1C1. Windows color (decimal): -1392046 or 5423850. OLE color: 5423850.
HSL color Cylindrical-coordinate representation of color #EAC252: hue angle of 44.21º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAC252 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 82 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.08 |
| HSL | 44.21º | 0.78% | 0.62% | - |
| HSV(B) | 44.21º | 0.65% | 0.92% | - |
| XYZ | 54.75 | 56.69 | 16.04 | - |
| YUV | 193.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 82 | 0 | 0.17 | 0.65 | 0.08 | 44.21 | 0.78 | 0.62 |
| Hex | EA | C2 | 52 | 0 | 11 | 41 | 8 | 2C | 4E | 3E |
| Octal | 352 | 302 | 122 | 0 | 21 | 101 | 10 | 54 | 116 | 76 |
| Binary | 11101010 | 11000010 | 1010010 | 0 | 10001 | 1000001 | 1000 | 101100 | 1001110 | 111110 |
Color Harmonies of #EAC252
Complementary color
Monochromatic Colors of #EAC252
Black with #EAC252
Text Example
Text Example
White with #EAC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC252; }
p { color: rgb(234,194,82); }
H1.HeaderClassName
{
color: #EAC252;
}
.AnyTagClassName
{
color: #EAC252;
}
</style>
background-color css
<style>
a { background-color: #EAC252; }
a { background-color: rgb(234,194,82); }
div.DivClassName
{
background-color: #EAC252;
}
.BgClassName
{
background-color: #EAC252;
}
</style>
border-color css
<style>
span { border-color: #EAC252; }
span { border-color: rgb(234,194,82); }
td.TdClassName
{
border-color: #EAC252;
}
.TagClassName
{
border-color: #EAC252;
}
</style>