Shades of Cream Can #EBC458
Tints of Cream Can #EBC458
RGB
CMYK
RGB Variations
Color information
#EBC458 (or 0xEBC458) is known color: Cream Can. HEX triplet: EB, C4 and 58. RGB value is (235,196,88). Sum of RGB (Red+Green+Blue) = 235+196+88=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC458 is #143BA7. Grayscale: #C3C3C3. Windows color (decimal): -1325992 or 5817579. OLE color: 5817579.
HSL color Cylindrical-coordinate representation of color #EBC458: hue angle of 44.08º 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 #EBC458 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 88 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.08 |
| HSL | 44.08º | 0.79% | 0.63% | - |
| HSV(B) | 44.08º | 0.63% | 0.92% | - |
| XYZ | 55.76 | 57.85 | 17.46 | - |
| YUV | 195.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 88 | 0 | 0.17 | 0.63 | 0.08 | 44.08 | 0.79 | 0.63 |
| Hex | EB | C4 | 58 | 0 | 11 | 3F | 8 | 2C | 4F | 3F |
| Octal | 353 | 304 | 130 | 0 | 21 | 77 | 10 | 54 | 117 | 77 |
| Binary | 11101011 | 11000100 | 1011000 | 0 | 10001 | 111111 | 1000 | 101100 | 1001111 | 111111 |
Color Harmonies of #EBC458
Complementary color
Monochromatic Colors of #EBC458
Black with #EBC458
Text Example
Text Example
White with #EBC458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC458; }
p { color: rgb(235,196,88); }
H1.HeaderClassName
{
color: #EBC458;
}
.AnyTagClassName
{
color: #EBC458;
}
</style>
background-color css
<style>
a { background-color: #EBC458; }
a { background-color: rgb(235,196,88); }
div.DivClassName
{
background-color: #EBC458;
}
.BgClassName
{
background-color: #EBC458;
}
</style>
border-color css
<style>
span { border-color: #EBC458; }
span { border-color: rgb(235,196,88); }
td.TdClassName
{
border-color: #EBC458;
}
.TagClassName
{
border-color: #EBC458;
}
</style>