Shades of Cream Can #EAC24F
Tints of Cream Can #EAC24F
RGB
CMYK
RGB Variations
Color information
#EAC24F (or 0xEAC24F) is known color: Cream Can. HEX triplet: EA, C2 and 4F. RGB value is (234,194,79). Sum of RGB (Red+Green+Blue) = 234+194+79=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC24F is #153DB0. Grayscale: #C1C1C1. Windows color (decimal): -1392049 or 5227242. OLE color: 5227242.
HSL color Cylindrical-coordinate representation of color #EAC24F: hue angle of 44.52º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAC24F is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 79 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.08 |
| HSL | 44.52º | 0.79% | 0.61% | - |
| HSV(B) | 44.52º | 0.66% | 0.92% | - |
| XYZ | 54.63 | 56.64 | 15.45 | - |
| YUV | 192.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 79 | 0 | 0.17 | 0.66 | 0.08 | 44.52 | 0.79 | 0.61 |
| Hex | EA | C2 | 4F | 0 | 11 | 42 | 8 | 2D | 4F | 3D |
| Octal | 352 | 302 | 117 | 0 | 21 | 102 | 10 | 55 | 117 | 75 |
| Binary | 11101010 | 11000010 | 1001111 | 0 | 10001 | 1000010 | 1000 | 101101 | 1001111 | 111101 |
Color Harmonies of #EAC24F
Complementary color
Monochromatic Colors of #EAC24F
Black with #EAC24F
Text Example
Text Example
White with #EAC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC24F; }
p { color: rgb(234,194,79); }
H1.HeaderClassName
{
color: #EAC24F;
}
.AnyTagClassName
{
color: #EAC24F;
}
</style>
background-color css
<style>
a { background-color: #EAC24F; }
a { background-color: rgb(234,194,79); }
div.DivClassName
{
background-color: #EAC24F;
}
.BgClassName
{
background-color: #EAC24F;
}
</style>
border-color css
<style>
span { border-color: #EAC24F; }
span { border-color: rgb(234,194,79); }
td.TdClassName
{
border-color: #EAC24F;
}
.TagClassName
{
border-color: #EAC24F;
}
</style>