Shades of Cream Can #EAC24C
Tints of Cream Can #EAC24C
RGB
CMYK
RGB Variations
Color information
#EAC24C (or 0xEAC24C) is known color: Cream Can. HEX triplet: EA, C2 and 4C. RGB value is (234,194,76). Sum of RGB (Red+Green+Blue) = 234+194+76=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC24C is #153DB3. Grayscale: #C1C1C1. Windows color (decimal): -1392052 or 5030634. OLE color: 5030634.
HSL color Cylindrical-coordinate representation of color #EAC24C: hue angle of 44.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAC24C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 76 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.08 |
| HSL | 44.81º | 0.79% | 0.61% | - |
| HSV(B) | 44.81º | 0.68% | 0.92% | - |
| XYZ | 54.53 | 56.6 | 14.89 | - |
| YUV | 192.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 76 | 0 | 0.17 | 0.68 | 0.08 | 44.81 | 0.79 | 0.61 |
| Hex | EA | C2 | 4C | 0 | 11 | 44 | 8 | 2D | 4F | 3D |
| Octal | 352 | 302 | 114 | 0 | 21 | 104 | 10 | 55 | 117 | 75 |
| Binary | 11101010 | 11000010 | 1001100 | 0 | 10001 | 1000100 | 1000 | 101101 | 1001111 | 111101 |
Color Harmonies of #EAC24C
Complementary color
Monochromatic Colors of #EAC24C
Black with #EAC24C
Text Example
Text Example
White with #EAC24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC24C; }
p { color: rgb(234,194,76); }
H1.HeaderClassName
{
color: #EAC24C;
}
.AnyTagClassName
{
color: #EAC24C;
}
</style>
background-color css
<style>
a { background-color: #EAC24C; }
a { background-color: rgb(234,194,76); }
div.DivClassName
{
background-color: #EAC24C;
}
.BgClassName
{
background-color: #EAC24C;
}
</style>
border-color css
<style>
span { border-color: #EAC24C; }
span { border-color: rgb(234,194,76); }
td.TdClassName
{
border-color: #EAC24C;
}
.TagClassName
{
border-color: #EAC24C;
}
</style>