Shades of Cream Can #EAC14F
Tints of Cream Can #EAC14F
RGB
CMYK
RGB Variations
Color information
#EAC14F (or 0xEAC14F) is known color: Cream Can. HEX triplet: EA, C1 and 4F. RGB value is (234,193,79). Sum of RGB (Red+Green+Blue) = 234+193+79=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC14F is #153EB0. Grayscale: #C0C0C0. Windows color (decimal): -1392305 or 5226986. OLE color: 5226986.
HSL color Cylindrical-coordinate representation of color #EAC14F: hue angle of 44.13º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAC14F is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 79 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.08 |
| HSL | 44.13º | 0.79% | 0.61% | - |
| HSV(B) | 44.13º | 0.66% | 0.92% | - |
| XYZ | 54.41 | 56.2 | 15.38 | - |
| YUV | 192.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 79 | 0 | 0.18 | 0.66 | 0.08 | 44.13 | 0.79 | 0.61 |
| Hex | EA | C1 | 4F | 0 | 12 | 42 | 8 | 2C | 4F | 3D |
| Octal | 352 | 301 | 117 | 0 | 22 | 102 | 10 | 54 | 117 | 75 |
| Binary | 11101010 | 11000001 | 1001111 | 0 | 10010 | 1000010 | 1000 | 101100 | 1001111 | 111101 |
Color Harmonies of #EAC14F
Complementary color
Monochromatic Colors of #EAC14F
Black with #EAC14F
Text Example
Text Example
White with #EAC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC14F; }
p { color: rgb(234,193,79); }
H1.HeaderClassName
{
color: #EAC14F;
}
.AnyTagClassName
{
color: #EAC14F;
}
</style>
background-color css
<style>
a { background-color: #EAC14F; }
a { background-color: rgb(234,193,79); }
div.DivClassName
{
background-color: #EAC14F;
}
.BgClassName
{
background-color: #EAC14F;
}
</style>
border-color css
<style>
span { border-color: #EAC14F; }
span { border-color: rgb(234,193,79); }
td.TdClassName
{
border-color: #EAC14F;
}
.TagClassName
{
border-color: #EAC14F;
}
</style>