Shades of Cream Can #EAC14E
Tints of Cream Can #EAC14E
RGB
CMYK
RGB Variations
Color information
#EAC14E (or 0xEAC14E) is known color: Cream Can. HEX triplet: EA, C1 and 4E. RGB value is (234,193,78). Sum of RGB (Red+Green+Blue) = 234+193+78=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC14E is #153EB1. Grayscale: #C0C0C0. Windows color (decimal): -1392306 or 5161450. OLE color: 5161450.
HSL color Cylindrical-coordinate representation of color #EAC14E: hue angle of 44.23º 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 #EAC14E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 78 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.08 |
| HSL | 44.23º | 0.79% | 0.61% | - |
| HSV(B) | 44.23º | 0.67% | 0.92% | - |
| XYZ | 54.38 | 56.18 | 15.19 | - |
| YUV | 192.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 78 | 0 | 0.18 | 0.67 | 0.08 | 44.23 | 0.79 | 0.61 |
| Hex | EA | C1 | 4E | 0 | 12 | 43 | 8 | 2C | 4F | 3D |
| Octal | 352 | 301 | 116 | 0 | 22 | 103 | 10 | 54 | 117 | 75 |
| Binary | 11101010 | 11000001 | 1001110 | 0 | 10010 | 1000011 | 1000 | 101100 | 1001111 | 111101 |
Color Harmonies of #EAC14E
Complementary color
Monochromatic Colors of #EAC14E
Black with #EAC14E
Text Example
Text Example
White with #EAC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC14E; }
p { color: rgb(234,193,78); }
H1.HeaderClassName
{
color: #EAC14E;
}
.AnyTagClassName
{
color: #EAC14E;
}
</style>
background-color css
<style>
a { background-color: #EAC14E; }
a { background-color: rgb(234,193,78); }
div.DivClassName
{
background-color: #EAC14E;
}
.BgClassName
{
background-color: #EAC14E;
}
</style>
border-color css
<style>
span { border-color: #EAC14E; }
span { border-color: rgb(234,193,78); }
td.TdClassName
{
border-color: #EAC14E;
}
.TagClassName
{
border-color: #EAC14E;
}
</style>