Shades of Cream Can #EAC553
Tints of Cream Can #EAC553
RGB
CMYK
RGB Variations
Color information
#EAC553 (or 0xEAC553) is known color: Cream Can. HEX triplet: EA, C5 and 53. RGB value is (234,197,83). Sum of RGB (Red+Green+Blue) = 234+197+83=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC553 is #153AAC. Grayscale: #C3C3C3. Windows color (decimal): -1391277 or 5490154. OLE color: 5490154.
HSL color Cylindrical-coordinate representation of color #EAC553: hue angle of 45.3º 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 #EAC553 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 83 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.08 |
| HSL | 45.3º | 0.78% | 0.62% | - |
| HSV(B) | 45.3º | 0.65% | 0.92% | - |
| XYZ | 55.46 | 58.05 | 16.47 | - |
| YUV | 195.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 83 | 0 | 0.16 | 0.65 | 0.08 | 45.3 | 0.78 | 0.62 |
| Hex | EA | C5 | 53 | 0 | 10 | 41 | 8 | 2D | 4E | 3E |
| Octal | 352 | 305 | 123 | 0 | 20 | 101 | 10 | 55 | 116 | 76 |
| Binary | 11101010 | 11000101 | 1010011 | 0 | 10000 | 1000001 | 1000 | 101101 | 1001110 | 111110 |
Color Harmonies of #EAC553
Complementary color
Monochromatic Colors of #EAC553
Black with #EAC553
Text Example
Text Example
White with #EAC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC553; }
p { color: rgb(234,197,83); }
H1.HeaderClassName
{
color: #EAC553;
}
.AnyTagClassName
{
color: #EAC553;
}
</style>
background-color css
<style>
a { background-color: #EAC553; }
a { background-color: rgb(234,197,83); }
div.DivClassName
{
background-color: #EAC553;
}
.BgClassName
{
background-color: #EAC553;
}
</style>
border-color css
<style>
span { border-color: #EAC553; }
span { border-color: rgb(234,197,83); }
td.TdClassName
{
border-color: #EAC553;
}
.TagClassName
{
border-color: #EAC553;
}
</style>