Shades of Cream Can #EAC44D
Tints of Cream Can #EAC44D
RGB
CMYK
RGB Variations
Color information
#EAC44D (or 0xEAC44D) is known color: Cream Can. HEX triplet: EA, C4 and 4D. RGB value is (234,196,77). Sum of RGB (Red+Green+Blue) = 234+196+77=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC44D is #153BB2. Grayscale: #C2C2C2. Windows color (decimal): -1391539 or 5096682. OLE color: 5096682.
HSL color Cylindrical-coordinate representation of color #EAC44D: hue angle of 45.48º 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 #EAC44D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 77 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.08 |
| HSL | 45.48º | 0.79% | 0.61% | - |
| HSV(B) | 45.48º | 0.67% | 0.92% | - |
| XYZ | 55.01 | 57.51 | 15.22 | - |
| YUV | 193.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 77 | 0 | 0.16 | 0.67 | 0.08 | 45.48 | 0.79 | 0.61 |
| Hex | EA | C4 | 4D | 0 | 10 | 43 | 8 | 2D | 4F | 3D |
| Octal | 352 | 304 | 115 | 0 | 20 | 103 | 10 | 55 | 117 | 75 |
| Binary | 11101010 | 11000100 | 1001101 | 0 | 10000 | 1000011 | 1000 | 101101 | 1001111 | 111101 |
Color Harmonies of #EAC44D
Complementary color
Monochromatic Colors of #EAC44D
Black with #EAC44D
Text Example
Text Example
White with #EAC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC44D; }
p { color: rgb(234,196,77); }
H1.HeaderClassName
{
color: #EAC44D;
}
.AnyTagClassName
{
color: #EAC44D;
}
</style>
background-color css
<style>
a { background-color: #EAC44D; }
a { background-color: rgb(234,196,77); }
div.DivClassName
{
background-color: #EAC44D;
}
.BgClassName
{
background-color: #EAC44D;
}
</style>
border-color css
<style>
span { border-color: #EAC44D; }
span { border-color: rgb(234,196,77); }
td.TdClassName
{
border-color: #EAC44D;
}
.TagClassName
{
border-color: #EAC44D;
}
</style>