Shades of Cream Can #EBC55E
Tints of Cream Can #EBC55E
RGB
CMYK
RGB Variations
Color information
#EBC55E (or 0xEBC55E) is known color: Cream Can. HEX triplet: EB, C5 and 5E. RGB value is (235,197,94). Sum of RGB (Red+Green+Blue) = 235+197+94=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC55E is #143AA1. Grayscale: #C5C5C5. Windows color (decimal): -1325730 or 6211051. OLE color: 6211051.
HSL color Cylindrical-coordinate representation of color #EBC55E: hue angle of 43.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBC55E is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 94 | - |
| CMYK | 0 | 0.16 | 0.6 | 0.08 |
| HSL | 43.83º | 0.78% | 0.65% | - |
| HSV(B) | 43.83º | 0.6% | 0.92% | - |
| XYZ | 56.25 | 58.4 | 18.9 | - |
| YUV | 196.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 94 | 0 | 0.16 | 0.6 | 0.08 | 43.83 | 0.78 | 0.65 |
| Hex | EB | C5 | 5E | 0 | 10 | 3C | 8 | 2C | 4E | 41 |
| Octal | 353 | 305 | 136 | 0 | 20 | 74 | 10 | 54 | 116 | 101 |
| Binary | 11101011 | 11000101 | 1011110 | 0 | 10000 | 111100 | 1000 | 101100 | 1001110 | 1000001 |
Color Harmonies of #EBC55E
Complementary color
Monochromatic Colors of #EBC55E
Black with #EBC55E
Text Example
Text Example
White with #EBC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC55E; }
p { color: rgb(235,197,94); }
H1.HeaderClassName
{
color: #EBC55E;
}
.AnyTagClassName
{
color: #EBC55E;
}
</style>
background-color css
<style>
a { background-color: #EBC55E; }
a { background-color: rgb(235,197,94); }
div.DivClassName
{
background-color: #EBC55E;
}
.BgClassName
{
background-color: #EBC55E;
}
</style>
border-color css
<style>
span { border-color: #EBC55E; }
span { border-color: rgb(235,197,94); }
td.TdClassName
{
border-color: #EBC55E;
}
.TagClassName
{
border-color: #EBC55E;
}
</style>