Shades of Cream Can #EAC55B
Tints of Cream Can #EAC55B
RGB
CMYK
RGB Variations
Color information
#EAC55B (or 0xEAC55B) is known color: Cream Can. HEX triplet: EA, C5 and 5B. RGB value is (234,197,91). Sum of RGB (Red+Green+Blue) = 234+197+91=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC55B is #153AA4. Grayscale: #C4C4C4. Windows color (decimal): -1391269 or 6014442. OLE color: 6014442.
HSL color Cylindrical-coordinate representation of color #EAC55B: hue angle of 44.48º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAC55B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 91 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.08 |
| HSL | 44.48º | 0.77% | 0.64% | - |
| HSV(B) | 44.48º | 0.61% | 0.92% | - |
| XYZ | 55.79 | 58.18 | 18.19 | - |
| YUV | 195.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 91 | 0 | 0.16 | 0.61 | 0.08 | 44.48 | 0.77 | 0.64 |
| Hex | EA | C5 | 5B | 0 | 10 | 3D | 8 | 2C | 4D | 40 |
| Octal | 352 | 305 | 133 | 0 | 20 | 75 | 10 | 54 | 115 | 100 |
| Binary | 11101010 | 11000101 | 1011011 | 0 | 10000 | 111101 | 1000 | 101100 | 1001101 | 1000000 |
Color Harmonies of #EAC55B
Complementary color
Monochromatic Colors of #EAC55B
Black with #EAC55B
Text Example
Text Example
White with #EAC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC55B; }
p { color: rgb(234,197,91); }
H1.HeaderClassName
{
color: #EAC55B;
}
.AnyTagClassName
{
color: #EAC55B;
}
</style>
background-color css
<style>
a { background-color: #EAC55B; }
a { background-color: rgb(234,197,91); }
div.DivClassName
{
background-color: #EAC55B;
}
.BgClassName
{
background-color: #EAC55B;
}
</style>
border-color css
<style>
span { border-color: #EAC55B; }
span { border-color: rgb(234,197,91); }
td.TdClassName
{
border-color: #EAC55B;
}
.TagClassName
{
border-color: #EAC55B;
}
</style>