Shades of Cream Can #EAC149
Tints of Cream Can #EAC149
RGB
CMYK
RGB Variations
Color information
#EAC149 (or 0xEAC149) is known color: Cream Can. HEX triplet: EA, C1 and 49. RGB value is (234,193,73). Sum of RGB (Red+Green+Blue) = 234+193+73=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC149 is #153EB6. Grayscale: #C0C0C0. Windows color (decimal): -1392311 or 4833770. OLE color: 4833770.
HSL color Cylindrical-coordinate representation of color #EAC149: hue angle of 44.72º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAC149 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 73 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.08 |
| HSL | 44.72º | 0.79% | 0.6% | - |
| HSV(B) | 44.72º | 0.69% | 0.92% | - |
| XYZ | 54.2 | 56.11 | 14.28 | - |
| YUV | 191.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 73 | 0 | 0.18 | 0.69 | 0.08 | 44.72 | 0.79 | 0.6 |
| Hex | EA | C1 | 49 | 0 | 12 | 45 | 8 | 2D | 4F | 3C |
| Octal | 352 | 301 | 111 | 0 | 22 | 105 | 10 | 55 | 117 | 74 |
| Binary | 11101010 | 11000001 | 1001001 | 0 | 10010 | 1000101 | 1000 | 101101 | 1001111 | 111100 |
Color Harmonies of #EAC149
Complementary color
Monochromatic Colors of #EAC149
Black with #EAC149
Text Example
Text Example
White with #EAC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC149; }
p { color: rgb(234,193,73); }
H1.HeaderClassName
{
color: #EAC149;
}
.AnyTagClassName
{
color: #EAC149;
}
</style>
background-color css
<style>
a { background-color: #EAC149; }
a { background-color: rgb(234,193,73); }
div.DivClassName
{
background-color: #EAC149;
}
.BgClassName
{
background-color: #EAC149;
}
</style>
border-color css
<style>
span { border-color: #EAC149; }
span { border-color: rgb(234,193,73); }
td.TdClassName
{
border-color: #EAC149;
}
.TagClassName
{
border-color: #EAC149;
}
</style>