Shades of Cream Can #EBC855
Tints of Cream Can #EBC855
RGB
CMYK
RGB Variations
Color information
#EBC855 (or 0xEBC855) is known color: Cream Can. HEX triplet: EB, C8 and 55. RGB value is (235,200,85). Sum of RGB (Red+Green+Blue) = 235+200+85=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC855 is #1437AA. Grayscale: #C5C5C5. Windows color (decimal): -1324971 or 5621995. OLE color: 5621995.
HSL color Cylindrical-coordinate representation of color #EBC855: hue angle of 46º 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 #EBC855 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 85 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.08 |
| HSL | 46º | 0.79% | 0.63% | - |
| HSV(B) | 46º | 0.64% | 0.92% | - |
| XYZ | 56.55 | 59.63 | 17.12 | - |
| YUV | 197.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 85 | 0 | 0.15 | 0.64 | 0.08 | 46 | 0.79 | 0.63 |
| Hex | EB | C8 | 55 | 0 | F | 40 | 8 | 2E | 4F | 3F |
| Octal | 353 | 310 | 125 | 0 | 17 | 100 | 10 | 56 | 117 | 77 |
| Binary | 11101011 | 11001000 | 1010101 | 0 | 1111 | 1000000 | 1000 | 101110 | 1001111 | 111111 |
Color Harmonies of #EBC855
Complementary color
Monochromatic Colors of #EBC855
Black with #EBC855
Text Example
Text Example
White with #EBC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC855; }
p { color: rgb(235,200,85); }
H1.HeaderClassName
{
color: #EBC855;
}
.AnyTagClassName
{
color: #EBC855;
}
</style>
background-color css
<style>
a { background-color: #EBC855; }
a { background-color: rgb(235,200,85); }
div.DivClassName
{
background-color: #EBC855;
}
.BgClassName
{
background-color: #EBC855;
}
</style>
border-color css
<style>
span { border-color: #EBC855; }
span { border-color: rgb(235,200,85); }
td.TdClassName
{
border-color: #EBC855;
}
.TagClassName
{
border-color: #EBC855;
}
</style>