Shades of Cream Can #EAC550
Tints of Cream Can #EAC550
RGB
CMYK
RGB Variations
Color information
#EAC550 (or 0xEAC550) is known color: Cream Can. HEX triplet: EA, C5 and 50. RGB value is (234,197,80). Sum of RGB (Red+Green+Blue) = 234+197+80=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC550 is #153AAF. Grayscale: #C3C3C3. Windows color (decimal): -1391280 or 5293546. OLE color: 5293546.
HSL color Cylindrical-coordinate representation of color #EAC550: hue angle of 45.58º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAC550 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 80 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.08 |
| HSL | 45.58º | 0.79% | 0.62% | - |
| HSV(B) | 45.58º | 0.66% | 0.92% | - |
| XYZ | 55.35 | 58 | 15.87 | - |
| YUV | 194.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 80 | 0 | 0.16 | 0.66 | 0.08 | 45.58 | 0.79 | 0.62 |
| Hex | EA | C5 | 50 | 0 | 10 | 42 | 8 | 2E | 4F | 3E |
| Octal | 352 | 305 | 120 | 0 | 20 | 102 | 10 | 56 | 117 | 76 |
| Binary | 11101010 | 11000101 | 1010000 | 0 | 10000 | 1000010 | 1000 | 101110 | 1001111 | 111110 |
Color Harmonies of #EAC550
Complementary color
Monochromatic Colors of #EAC550
Black with #EAC550
Text Example
Text Example
White with #EAC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC550; }
p { color: rgb(234,197,80); }
H1.HeaderClassName
{
color: #EAC550;
}
.AnyTagClassName
{
color: #EAC550;
}
</style>
background-color css
<style>
a { background-color: #EAC550; }
a { background-color: rgb(234,197,80); }
div.DivClassName
{
background-color: #EAC550;
}
.BgClassName
{
background-color: #EAC550;
}
</style>
border-color css
<style>
span { border-color: #EAC550; }
span { border-color: rgb(234,197,80); }
td.TdClassName
{
border-color: #EAC550;
}
.TagClassName
{
border-color: #EAC550;
}
</style>