Shades of Cream Can #EAC04B
Tints of Cream Can #EAC04B
RGB
CMYK
RGB Variations
Color information
#EAC04B (or 0xEAC04B) is known color: Cream Can. HEX triplet: EA, C0 and 4B. RGB value is (234,192,75). Sum of RGB (Red+Green+Blue) = 234+192+75=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC04B is #153FB4. Grayscale: #BFBFBF. Windows color (decimal): -1392565 or 4964586. OLE color: 4964586.
HSL color Cylindrical-coordinate representation of color #EAC04B: hue angle of 44.15º 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 #EAC04B is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 75 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.08 |
| HSL | 44.15º | 0.79% | 0.61% | - |
| HSV(B) | 44.15º | 0.68% | 0.92% | - |
| XYZ | 54.05 | 55.7 | 14.56 | - |
| YUV | 191.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 75 | 0 | 0.18 | 0.68 | 0.08 | 44.15 | 0.79 | 0.61 |
| Hex | EA | C0 | 4B | 0 | 12 | 44 | 8 | 2C | 4F | 3D |
| Octal | 352 | 300 | 113 | 0 | 22 | 104 | 10 | 54 | 117 | 75 |
| Binary | 11101010 | 11000000 | 1001011 | 0 | 10010 | 1000100 | 1000 | 101100 | 1001111 | 111101 |
Color Harmonies of #EAC04B
Complementary color
Monochromatic Colors of #EAC04B
Black with #EAC04B
Text Example
Text Example
White with #EAC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC04B; }
p { color: rgb(234,192,75); }
H1.HeaderClassName
{
color: #EAC04B;
}
.AnyTagClassName
{
color: #EAC04B;
}
</style>
background-color css
<style>
a { background-color: #EAC04B; }
a { background-color: rgb(234,192,75); }
div.DivClassName
{
background-color: #EAC04B;
}
.BgClassName
{
background-color: #EAC04B;
}
</style>
border-color css
<style>
span { border-color: #EAC04B; }
span { border-color: rgb(234,192,75); }
td.TdClassName
{
border-color: #EAC04B;
}
.TagClassName
{
border-color: #EAC04B;
}
</style>