Shades of Cream Can #EAC44C
Tints of Cream Can #EAC44C
RGB
CMYK
RGB Variations
Color information
#EAC44C (or 0xEAC44C) is known color: Cream Can. HEX triplet: EA, C4 and 4C. RGB value is (234,196,76). Sum of RGB (Red+Green+Blue) = 234+196+76=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC44C is #153BB3. Grayscale: #C2C2C2. Windows color (decimal): -1391540 or 5031146. OLE color: 5031146.
HSL color Cylindrical-coordinate representation of color #EAC44C: hue angle of 45.57º 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 #EAC44C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 76 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.08 |
| HSL | 45.57º | 0.79% | 0.61% | - |
| HSV(B) | 45.57º | 0.68% | 0.92% | - |
| XYZ | 54.98 | 57.49 | 15.04 | - |
| YUV | 193.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 76 | 0 | 0.16 | 0.68 | 0.08 | 45.57 | 0.79 | 0.61 |
| Hex | EA | C4 | 4C | 0 | 10 | 44 | 8 | 2E | 4F | 3D |
| Octal | 352 | 304 | 114 | 0 | 20 | 104 | 10 | 56 | 117 | 75 |
| Binary | 11101010 | 11000100 | 1001100 | 0 | 10000 | 1000100 | 1000 | 101110 | 1001111 | 111101 |
Color Harmonies of #EAC44C
Complementary color
Monochromatic Colors of #EAC44C
Black with #EAC44C
Text Example
Text Example
White with #EAC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC44C; }
p { color: rgb(234,196,76); }
H1.HeaderClassName
{
color: #EAC44C;
}
.AnyTagClassName
{
color: #EAC44C;
}
</style>
background-color css
<style>
a { background-color: #EAC44C; }
a { background-color: rgb(234,196,76); }
div.DivClassName
{
background-color: #EAC44C;
}
.BgClassName
{
background-color: #EAC44C;
}
</style>
border-color css
<style>
span { border-color: #EAC44C; }
span { border-color: rgb(234,196,76); }
td.TdClassName
{
border-color: #EAC44C;
}
.TagClassName
{
border-color: #EAC44C;
}
</style>