Shades of Cream Can #EBC055
Tints of Cream Can #EBC055
RGB
CMYK
RGB Variations
Color information
#EBC055 (or 0xEBC055) is known color: Cream Can. HEX triplet: EB, C0 and 55. RGB value is (235,192,85). Sum of RGB (Red+Green+Blue) = 235+192+85=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC055 is #143FAA. Grayscale: #C1C1C1. Windows color (decimal): -1327019 or 5619947. OLE color: 5619947.
HSL color Cylindrical-coordinate representation of color #EBC055: hue angle of 42.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBC055 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 85 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.08 |
| HSL | 42.8º | 0.79% | 0.63% | - |
| HSV(B) | 42.8º | 0.64% | 0.92% | - |
| XYZ | 54.75 | 56.02 | 16.52 | - |
| YUV | 192.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 85 | 0 | 0.18 | 0.64 | 0.08 | 42.8 | 0.79 | 0.63 |
| Hex | EB | C0 | 55 | 0 | 12 | 40 | 8 | 2B | 4F | 3F |
| Octal | 353 | 300 | 125 | 0 | 22 | 100 | 10 | 53 | 117 | 77 |
| Binary | 11101011 | 11000000 | 1010101 | 0 | 10010 | 1000000 | 1000 | 101011 | 1001111 | 111111 |
Color Harmonies of #EBC055
Complementary color
Monochromatic Colors of #EBC055
Black with #EBC055
Text Example
Text Example
White with #EBC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC055; }
p { color: rgb(235,192,85); }
H1.HeaderClassName
{
color: #EBC055;
}
.AnyTagClassName
{
color: #EBC055;
}
</style>
background-color css
<style>
a { background-color: #EBC055; }
a { background-color: rgb(235,192,85); }
div.DivClassName
{
background-color: #EBC055;
}
.BgClassName
{
background-color: #EBC055;
}
</style>
border-color css
<style>
span { border-color: #EBC055; }
span { border-color: rgb(235,192,85); }
td.TdClassName
{
border-color: #EBC055;
}
.TagClassName
{
border-color: #EBC055;
}
</style>