Shades of Cream Can #EBC258
Tints of Cream Can #EBC258
RGB
CMYK
RGB Variations
Color information
#EBC258 (or 0xEBC258) is known color: Cream Can. HEX triplet: EB, C2 and 58. RGB value is (235,194,88). Sum of RGB (Red+Green+Blue) = 235+194+88=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC258 is #143DA7. Grayscale: #C2C2C2. Windows color (decimal): -1326504 or 5817067. OLE color: 5817067.
HSL color Cylindrical-coordinate representation of color #EBC258: hue angle of 43.27º 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 #EBC258 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 88 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.08 |
| HSL | 43.27º | 0.79% | 0.63% | - |
| HSV(B) | 43.27º | 0.63% | 0.92% | - |
| XYZ | 55.31 | 56.95 | 17.31 | - |
| YUV | 194.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 88 | 0 | 0.17 | 0.63 | 0.08 | 43.27 | 0.79 | 0.63 |
| Hex | EB | C2 | 58 | 0 | 11 | 3F | 8 | 2B | 4F | 3F |
| Octal | 353 | 302 | 130 | 0 | 21 | 77 | 10 | 53 | 117 | 77 |
| Binary | 11101011 | 11000010 | 1011000 | 0 | 10001 | 111111 | 1000 | 101011 | 1001111 | 111111 |
Color Harmonies of #EBC258
Complementary color
Monochromatic Colors of #EBC258
Black with #EBC258
Text Example
Text Example
White with #EBC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC258; }
p { color: rgb(235,194,88); }
H1.HeaderClassName
{
color: #EBC258;
}
.AnyTagClassName
{
color: #EBC258;
}
</style>
background-color css
<style>
a { background-color: #EBC258; }
a { background-color: rgb(235,194,88); }
div.DivClassName
{
background-color: #EBC258;
}
.BgClassName
{
background-color: #EBC258;
}
</style>
border-color css
<style>
span { border-color: #EBC258; }
span { border-color: rgb(235,194,88); }
td.TdClassName
{
border-color: #EBC258;
}
.TagClassName
{
border-color: #EBC258;
}
</style>