Shades of Cream Can #EAC04A
Tints of Cream Can #EAC04A
RGB
CMYK
RGB Variations
Color information
#EAC04A (or 0xEAC04A) is known color: Cream Can. HEX triplet: EA, C0 and 4A. RGB value is (234,192,74). Sum of RGB (Red+Green+Blue) = 234+192+74=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC04A is #153FB5. Grayscale: #BFBFBF. Windows color (decimal): -1392566 or 4899050. OLE color: 4899050.
HSL color Cylindrical-coordinate representation of color #EAC04A: hue angle of 44.25º 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 #EAC04A is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 74 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.08 |
| HSL | 44.25º | 0.79% | 0.6% | - |
| HSV(B) | 44.25º | 0.68% | 0.92% | - |
| XYZ | 54.02 | 55.69 | 14.38 | - |
| YUV | 191.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 74 | 0 | 0.18 | 0.68 | 0.08 | 44.25 | 0.79 | 0.6 |
| Hex | EA | C0 | 4A | 0 | 12 | 44 | 8 | 2C | 4F | 3C |
| Octal | 352 | 300 | 112 | 0 | 22 | 104 | 10 | 54 | 117 | 74 |
| Binary | 11101010 | 11000000 | 1001010 | 0 | 10010 | 1000100 | 1000 | 101100 | 1001111 | 111100 |
Color Harmonies of #EAC04A
Complementary color
Monochromatic Colors of #EAC04A
Black with #EAC04A
Text Example
Text Example
White with #EAC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC04A; }
p { color: rgb(234,192,74); }
H1.HeaderClassName
{
color: #EAC04A;
}
.AnyTagClassName
{
color: #EAC04A;
}
</style>
background-color css
<style>
a { background-color: #EAC04A; }
a { background-color: rgb(234,192,74); }
div.DivClassName
{
background-color: #EAC04A;
}
.BgClassName
{
background-color: #EAC04A;
}
</style>
border-color css
<style>
span { border-color: #EAC04A; }
span { border-color: rgb(234,192,74); }
td.TdClassName
{
border-color: #EAC04A;
}
.TagClassName
{
border-color: #EAC04A;
}
</style>