Shades of Cream Can #EAC24A
Tints of Cream Can #EAC24A
RGB
CMYK
RGB Variations
Color information
#EAC24A (or 0xEAC24A) is known color: Cream Can. HEX triplet: EA, C2 and 4A. RGB value is (234,194,74). Sum of RGB (Red+Green+Blue) = 234+194+74=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC24A is #153DB5. Grayscale: #C0C0C0. Windows color (decimal): -1392054 or 4899562. OLE color: 4899562.
HSL color Cylindrical-coordinate representation of color #EAC24A: hue angle of 45º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAC24A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 74 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.08 |
| HSL | 45º | 0.79% | 0.6% | - |
| HSV(B) | 45º | 0.68% | 0.92% | - |
| XYZ | 54.46 | 56.57 | 14.53 | - |
| YUV | 192.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 74 | 0 | 0.17 | 0.68 | 0.08 | 45 | 0.79 | 0.6 |
| Hex | EA | C2 | 4A | 0 | 11 | 44 | 8 | 2D | 4F | 3C |
| Octal | 352 | 302 | 112 | 0 | 21 | 104 | 10 | 55 | 117 | 74 |
| Binary | 11101010 | 11000010 | 1001010 | 0 | 10001 | 1000100 | 1000 | 101101 | 1001111 | 111100 |
Color Harmonies of #EAC24A
Complementary color
Monochromatic Colors of #EAC24A
Black with #EAC24A
Text Example
Text Example
White with #EAC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC24A; }
p { color: rgb(234,194,74); }
H1.HeaderClassName
{
color: #EAC24A;
}
.AnyTagClassName
{
color: #EAC24A;
}
</style>
background-color css
<style>
a { background-color: #EAC24A; }
a { background-color: rgb(234,194,74); }
div.DivClassName
{
background-color: #EAC24A;
}
.BgClassName
{
background-color: #EAC24A;
}
</style>
border-color css
<style>
span { border-color: #EAC24A; }
span { border-color: rgb(234,194,74); }
td.TdClassName
{
border-color: #EAC24A;
}
.TagClassName
{
border-color: #EAC24A;
}
</style>