Shades of Cream Can #EAC14D
Tints of Cream Can #EAC14D
RGB
CMYK
RGB Variations
Color information
#EAC14D (or 0xEAC14D) is known color: Cream Can. HEX triplet: EA, C1 and 4D. RGB value is (234,193,77). Sum of RGB (Red+Green+Blue) = 234+193+77=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC14D is #153EB2. Grayscale: #C0C0C0. Windows color (decimal): -1392307 or 5095914. OLE color: 5095914.
HSL color Cylindrical-coordinate representation of color #EAC14D: hue angle of 44.33º 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 #EAC14D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 77 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.08 |
| HSL | 44.33º | 0.79% | 0.61% | - |
| HSV(B) | 44.33º | 0.67% | 0.92% | - |
| XYZ | 54.34 | 56.17 | 15 | - |
| YUV | 192.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 77 | 0 | 0.18 | 0.67 | 0.08 | 44.33 | 0.79 | 0.61 |
| Hex | EA | C1 | 4D | 0 | 12 | 43 | 8 | 2C | 4F | 3D |
| Octal | 352 | 301 | 115 | 0 | 22 | 103 | 10 | 54 | 117 | 75 |
| Binary | 11101010 | 11000001 | 1001101 | 0 | 10010 | 1000011 | 1000 | 101100 | 1001111 | 111101 |
Color Harmonies of #EAC14D
Complementary color
Monochromatic Colors of #EAC14D
Black with #EAC14D
Text Example
Text Example
White with #EAC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC14D; }
p { color: rgb(234,193,77); }
H1.HeaderClassName
{
color: #EAC14D;
}
.AnyTagClassName
{
color: #EAC14D;
}
</style>
background-color css
<style>
a { background-color: #EAC14D; }
a { background-color: rgb(234,193,77); }
div.DivClassName
{
background-color: #EAC14D;
}
.BgClassName
{
background-color: #EAC14D;
}
</style>
border-color css
<style>
span { border-color: #EAC14D; }
span { border-color: rgb(234,193,77); }
td.TdClassName
{
border-color: #EAC14D;
}
.TagClassName
{
border-color: #EAC14D;
}
</style>