Shades of Cream Can #EBC857
Tints of Cream Can #EBC857
RGB
CMYK
RGB Variations
Color information
#EBC857 (or 0xEBC857) is known color: Cream Can. HEX triplet: EB, C8 and 57. RGB value is (235,200,87). Sum of RGB (Red+Green+Blue) = 235+200+87=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC857 is #1437A8. Grayscale: #C6C6C6. Windows color (decimal): -1324969 or 5753067. OLE color: 5753067.
HSL color Cylindrical-coordinate representation of color #EBC857: hue angle of 45.81º 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 #EBC857 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 87 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.08 |
| HSL | 45.81º | 0.79% | 0.63% | - |
| HSV(B) | 45.81º | 0.63% | 0.92% | - |
| XYZ | 56.64 | 59.66 | 17.55 | - |
| YUV | 197.58 | 65.6 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 87 | 0 | 0.15 | 0.63 | 0.08 | 45.81 | 0.79 | 0.63 |
| Hex | EB | C8 | 57 | 0 | F | 3F | 8 | 2E | 4F | 3F |
| Octal | 353 | 310 | 127 | 0 | 17 | 77 | 10 | 56 | 117 | 77 |
| Binary | 11101011 | 11001000 | 1010111 | 0 | 1111 | 111111 | 1000 | 101110 | 1001111 | 111111 |
Color Harmonies of #EBC857
Complementary color
Monochromatic Colors of #EBC857
Black with #EBC857
Text Example
Text Example
White with #EBC857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC857; }
p { color: rgb(235,200,87); }
H1.HeaderClassName
{
color: #EBC857;
}
.AnyTagClassName
{
color: #EBC857;
}
</style>
background-color css
<style>
a { background-color: #EBC857; }
a { background-color: rgb(235,200,87); }
div.DivClassName
{
background-color: #EBC857;
}
.BgClassName
{
background-color: #EBC857;
}
</style>
border-color css
<style>
span { border-color: #EBC857; }
span { border-color: rgb(235,200,87); }
td.TdClassName
{
border-color: #EBC857;
}
.TagClassName
{
border-color: #EBC857;
}
</style>