Shades of Cream Can #EAC44E
Tints of Cream Can #EAC44E
RGB
CMYK
RGB Variations
Color information
#EAC44E (or 0xEAC44E) is known color: Cream Can. HEX triplet: EA, C4 and 4E. RGB value is (234,196,78). Sum of RGB (Red+Green+Blue) = 234+196+78=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC44E is #153BB1. Grayscale: #C2C2C2. Windows color (decimal): -1391538 or 5162218. OLE color: 5162218.
HSL color Cylindrical-coordinate representation of color #EAC44E: hue angle of 45.38º 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 #EAC44E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 78 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.08 |
| HSL | 45.38º | 0.79% | 0.61% | - |
| HSV(B) | 45.38º | 0.67% | 0.92% | - |
| XYZ | 55.05 | 57.52 | 15.41 | - |
| YUV | 193.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 78 | 0 | 0.16 | 0.67 | 0.08 | 45.38 | 0.79 | 0.61 |
| Hex | EA | C4 | 4E | 0 | 10 | 43 | 8 | 2D | 4F | 3D |
| Octal | 352 | 304 | 116 | 0 | 20 | 103 | 10 | 55 | 117 | 75 |
| Binary | 11101010 | 11000100 | 1001110 | 0 | 10000 | 1000011 | 1000 | 101101 | 1001111 | 111101 |
Color Harmonies of #EAC44E
Complementary color
Monochromatic Colors of #EAC44E
Black with #EAC44E
Text Example
Text Example
White with #EAC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC44E; }
p { color: rgb(234,196,78); }
H1.HeaderClassName
{
color: #EAC44E;
}
.AnyTagClassName
{
color: #EAC44E;
}
</style>
background-color css
<style>
a { background-color: #EAC44E; }
a { background-color: rgb(234,196,78); }
div.DivClassName
{
background-color: #EAC44E;
}
.BgClassName
{
background-color: #EAC44E;
}
</style>
border-color css
<style>
span { border-color: #EAC44E; }
span { border-color: rgb(234,196,78); }
td.TdClassName
{
border-color: #EAC44E;
}
.TagClassName
{
border-color: #EAC44E;
}
</style>