Shades of Cream Can #EBC656
Tints of Cream Can #EBC656
RGB
CMYK
RGB Variations
Color information
#EBC656 (or 0xEBC656) is known color: Cream Can. HEX triplet: EB, C6 and 56. RGB value is (235,198,86). Sum of RGB (Red+Green+Blue) = 235+198+86=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC656 is #1439A9. Grayscale: #C4C4C4. Windows color (decimal): -1325482 or 5687019. OLE color: 5687019.
HSL color Cylindrical-coordinate representation of color #EBC656: hue angle of 45.1º 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 #EBC656 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 86 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.08 |
| HSL | 45.1º | 0.79% | 0.63% | - |
| HSV(B) | 45.1º | 0.63% | 0.92% | - |
| XYZ | 56.13 | 58.72 | 17.18 | - |
| YUV | 196.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 86 | 0 | 0.16 | 0.63 | 0.08 | 45.1 | 0.79 | 0.63 |
| Hex | EB | C6 | 56 | 0 | 10 | 3F | 8 | 2D | 4F | 3F |
| Octal | 353 | 306 | 126 | 0 | 20 | 77 | 10 | 55 | 117 | 77 |
| Binary | 11101011 | 11000110 | 1010110 | 0 | 10000 | 111111 | 1000 | 101101 | 1001111 | 111111 |
Color Harmonies of #EBC656
Complementary color
Monochromatic Colors of #EBC656
Black with #EBC656
Text Example
Text Example
White with #EBC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC656; }
p { color: rgb(235,198,86); }
H1.HeaderClassName
{
color: #EBC656;
}
.AnyTagClassName
{
color: #EBC656;
}
</style>
background-color css
<style>
a { background-color: #EBC656; }
a { background-color: rgb(235,198,86); }
div.DivClassName
{
background-color: #EBC656;
}
.BgClassName
{
background-color: #EBC656;
}
</style>
border-color css
<style>
span { border-color: #EBC656; }
span { border-color: rgb(235,198,86); }
td.TdClassName
{
border-color: #EBC656;
}
.TagClassName
{
border-color: #EBC656;
}
</style>