Shades of Cream Can #EAC253
Tints of Cream Can #EAC253
RGB
CMYK
RGB Variations
Color information
#EAC253 (or 0xEAC253) is known color: Cream Can. HEX triplet: EA, C2 and 53. RGB value is (234,194,83). Sum of RGB (Red+Green+Blue) = 234+194+83=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC253 is #153DAC. Grayscale: #C1C1C1. Windows color (decimal): -1392045 or 5489386. OLE color: 5489386.
HSL color Cylindrical-coordinate representation of color #EAC253: hue angle of 44.11º 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 #EAC253 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 83 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.08 |
| HSL | 44.11º | 0.78% | 0.62% | - |
| HSV(B) | 44.11º | 0.65% | 0.92% | - |
| XYZ | 54.78 | 56.7 | 16.24 | - |
| YUV | 193.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 83 | 0 | 0.17 | 0.65 | 0.08 | 44.11 | 0.78 | 0.62 |
| Hex | EA | C2 | 53 | 0 | 11 | 41 | 8 | 2C | 4E | 3E |
| Octal | 352 | 302 | 123 | 0 | 21 | 101 | 10 | 54 | 116 | 76 |
| Binary | 11101010 | 11000010 | 1010011 | 0 | 10001 | 1000001 | 1000 | 101100 | 1001110 | 111110 |
Color Harmonies of #EAC253
Complementary color
Monochromatic Colors of #EAC253
Black with #EAC253
Text Example
Text Example
White with #EAC253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC253; }
p { color: rgb(234,194,83); }
H1.HeaderClassName
{
color: #EAC253;
}
.AnyTagClassName
{
color: #EAC253;
}
</style>
background-color css
<style>
a { background-color: #EAC253; }
a { background-color: rgb(234,194,83); }
div.DivClassName
{
background-color: #EAC253;
}
.BgClassName
{
background-color: #EAC253;
}
</style>
border-color css
<style>
span { border-color: #EAC253; }
span { border-color: rgb(234,194,83); }
td.TdClassName
{
border-color: #EAC253;
}
.TagClassName
{
border-color: #EAC253;
}
</style>