Shades of Cream Can #EAC354
Tints of Cream Can #EAC354
RGB
CMYK
RGB Variations
Color information
#EAC354 (or 0xEAC354) is known color: Cream Can. HEX triplet: EA, C3 and 54. RGB value is (234,195,84). Sum of RGB (Red+Green+Blue) = 234+195+84=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC354 is #153CAB. Grayscale: #C2C2C2. Windows color (decimal): -1391788 or 5555178. OLE color: 5555178.
HSL color Cylindrical-coordinate representation of color #EAC354: hue angle of 44.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAC354 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 84 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.08 |
| HSL | 44.4º | 0.78% | 0.62% | - |
| HSV(B) | 44.4º | 0.64% | 0.92% | - |
| XYZ | 55.05 | 57.16 | 16.52 | - |
| YUV | 194.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 84 | 0 | 0.17 | 0.64 | 0.08 | 44.4 | 0.78 | 0.62 |
| Hex | EA | C3 | 54 | 0 | 11 | 40 | 8 | 2C | 4E | 3E |
| Octal | 352 | 303 | 124 | 0 | 21 | 100 | 10 | 54 | 116 | 76 |
| Binary | 11101010 | 11000011 | 1010100 | 0 | 10001 | 1000000 | 1000 | 101100 | 1001110 | 111110 |
Color Harmonies of #EAC354
Complementary color
Monochromatic Colors of #EAC354
Black with #EAC354
Text Example
Text Example
White with #EAC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC354; }
p { color: rgb(234,195,84); }
H1.HeaderClassName
{
color: #EAC354;
}
.AnyTagClassName
{
color: #EAC354;
}
</style>
background-color css
<style>
a { background-color: #EAC354; }
a { background-color: rgb(234,195,84); }
div.DivClassName
{
background-color: #EAC354;
}
.BgClassName
{
background-color: #EAC354;
}
</style>
border-color css
<style>
span { border-color: #EAC354; }
span { border-color: rgb(234,195,84); }
td.TdClassName
{
border-color: #EAC354;
}
.TagClassName
{
border-color: #EAC354;
}
</style>