Shades of Cream Can #EBC158
Tints of Cream Can #EBC158
RGB
CMYK
RGB Variations
Color information
#EBC158 (or 0xEBC158) is known color: Cream Can. HEX triplet: EB, C1 and 58. RGB value is (235,193,88). Sum of RGB (Red+Green+Blue) = 235+193+88=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC158 is #143EA7. Grayscale: #C2C2C2. Windows color (decimal): -1326760 or 5816811. OLE color: 5816811.
HSL color Cylindrical-coordinate representation of color #EBC158: hue angle of 42.86º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBC158 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 88 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.08 |
| HSL | 42.86º | 0.79% | 0.63% | - |
| HSV(B) | 42.86º | 0.63% | 0.92% | - |
| XYZ | 55.09 | 56.51 | 17.24 | - |
| YUV | 193.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 88 | 0 | 0.18 | 0.63 | 0.08 | 42.86 | 0.79 | 0.63 |
| Hex | EB | C1 | 58 | 0 | 12 | 3F | 8 | 2B | 4F | 3F |
| Octal | 353 | 301 | 130 | 0 | 22 | 77 | 10 | 53 | 117 | 77 |
| Binary | 11101011 | 11000001 | 1011000 | 0 | 10010 | 111111 | 1000 | 101011 | 1001111 | 111111 |
Color Harmonies of #EBC158
Complementary color
Monochromatic Colors of #EBC158
Black with #EBC158
Text Example
Text Example
White with #EBC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC158; }
p { color: rgb(235,193,88); }
H1.HeaderClassName
{
color: #EBC158;
}
.AnyTagClassName
{
color: #EBC158;
}
</style>
background-color css
<style>
a { background-color: #EBC158; }
a { background-color: rgb(235,193,88); }
div.DivClassName
{
background-color: #EBC158;
}
.BgClassName
{
background-color: #EBC158;
}
</style>
border-color css
<style>
span { border-color: #EBC158; }
span { border-color: rgb(235,193,88); }
td.TdClassName
{
border-color: #EBC158;
}
.TagClassName
{
border-color: #EBC158;
}
</style>