Shades of Cream Can #EBC057
Tints of Cream Can #EBC057
RGB
CMYK
RGB Variations
Color information
#EBC057 (or 0xEBC057) is known color: Cream Can. HEX triplet: EB, C0 and 57. RGB value is (235,192,87). Sum of RGB (Red+Green+Blue) = 235+192+87=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC057 is #143FA8. Grayscale: #C1C1C1. Windows color (decimal): -1327017 or 5751019. OLE color: 5751019.
HSL color Cylindrical-coordinate representation of color #EBC057: hue angle of 42.57º 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 #EBC057 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 87 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.08 |
| HSL | 42.57º | 0.79% | 0.63% | - |
| HSV(B) | 42.57º | 0.63% | 0.92% | - |
| XYZ | 54.83 | 56.05 | 16.95 | - |
| YUV | 192.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 87 | 0 | 0.18 | 0.63 | 0.08 | 42.57 | 0.79 | 0.63 |
| Hex | EB | C0 | 57 | 0 | 12 | 3F | 8 | 2B | 4F | 3F |
| Octal | 353 | 300 | 127 | 0 | 22 | 77 | 10 | 53 | 117 | 77 |
| Binary | 11101011 | 11000000 | 1010111 | 0 | 10010 | 111111 | 1000 | 101011 | 1001111 | 111111 |
Color Harmonies of #EBC057
Complementary color
Monochromatic Colors of #EBC057
Black with #EBC057
Text Example
Text Example
White with #EBC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC057; }
p { color: rgb(235,192,87); }
H1.HeaderClassName
{
color: #EBC057;
}
.AnyTagClassName
{
color: #EBC057;
}
</style>
background-color css
<style>
a { background-color: #EBC057; }
a { background-color: rgb(235,192,87); }
div.DivClassName
{
background-color: #EBC057;
}
.BgClassName
{
background-color: #EBC057;
}
</style>
border-color css
<style>
span { border-color: #EBC057; }
span { border-color: rgb(235,192,87); }
td.TdClassName
{
border-color: #EBC057;
}
.TagClassName
{
border-color: #EBC057;
}
</style>