Shades of Cream Can #EAC04D
Tints of Cream Can #EAC04D
RGB
CMYK
RGB Variations
Color information
#EAC04D (or 0xEAC04D) is known color: Cream Can. HEX triplet: EA, C0 and 4D. RGB value is (234,192,77). Sum of RGB (Red+Green+Blue) = 234+192+77=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC04D is #153FB2. Grayscale: #BFBFBF. Windows color (decimal): -1392563 or 5095658. OLE color: 5095658.
HSL color Cylindrical-coordinate representation of color #EAC04D: hue angle of 43.95º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAC04D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 77 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.08 |
| HSL | 43.95º | 0.79% | 0.61% | - |
| HSV(B) | 43.95º | 0.67% | 0.92% | - |
| XYZ | 54.12 | 55.73 | 14.93 | - |
| YUV | 191.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 77 | 0 | 0.18 | 0.67 | 0.08 | 43.95 | 0.79 | 0.61 |
| Hex | EA | C0 | 4D | 0 | 12 | 43 | 8 | 2C | 4F | 3D |
| Octal | 352 | 300 | 115 | 0 | 22 | 103 | 10 | 54 | 117 | 75 |
| Binary | 11101010 | 11000000 | 1001101 | 0 | 10010 | 1000011 | 1000 | 101100 | 1001111 | 111101 |
Color Harmonies of #EAC04D
Complementary color
Monochromatic Colors of #EAC04D
Black with #EAC04D
Text Example
Text Example
White with #EAC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC04D; }
p { color: rgb(234,192,77); }
H1.HeaderClassName
{
color: #EAC04D;
}
.AnyTagClassName
{
color: #EAC04D;
}
</style>
background-color css
<style>
a { background-color: #EAC04D; }
a { background-color: rgb(234,192,77); }
div.DivClassName
{
background-color: #EAC04D;
}
.BgClassName
{
background-color: #EAC04D;
}
</style>
border-color css
<style>
span { border-color: #EAC04D; }
span { border-color: rgb(234,192,77); }
td.TdClassName
{
border-color: #EAC04D;
}
.TagClassName
{
border-color: #EAC04D;
}
</style>