Shades of Cream Can #EBC958
Tints of Cream Can #EBC958
RGB
CMYK
RGB Variations
Color information
#EBC958 (or 0xEBC958) is known color: Cream Can. HEX triplet: EB, C9 and 58. RGB value is (235,201,88). Sum of RGB (Red+Green+Blue) = 235+201+88=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC958 is #1436A7. Grayscale: #C6C6C6. Windows color (decimal): -1324712 or 5818859. OLE color: 5818859.
HSL color Cylindrical-coordinate representation of color #EBC958: hue angle of 46.12º 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 #EBC958 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 88 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.08 |
| HSL | 46.12º | 0.79% | 0.63% | - |
| HSV(B) | 46.12º | 0.63% | 0.92% | - |
| XYZ | 56.91 | 60.14 | 17.84 | - |
| YUV | 198.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 88 | 0 | 0.14 | 0.63 | 0.08 | 46.12 | 0.79 | 0.63 |
| Hex | EB | C9 | 58 | 0 | E | 3F | 8 | 2E | 4F | 3F |
| Octal | 353 | 311 | 130 | 0 | 16 | 77 | 10 | 56 | 117 | 77 |
| Binary | 11101011 | 11001001 | 1011000 | 0 | 1110 | 111111 | 1000 | 101110 | 1001111 | 111111 |
Color Harmonies of #EBC958
Complementary color
Monochromatic Colors of #EBC958
Black with #EBC958
Text Example
Text Example
White with #EBC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC958; }
p { color: rgb(235,201,88); }
H1.HeaderClassName
{
color: #EBC958;
}
.AnyTagClassName
{
color: #EBC958;
}
</style>
background-color css
<style>
a { background-color: #EBC958; }
a { background-color: rgb(235,201,88); }
div.DivClassName
{
background-color: #EBC958;
}
.BgClassName
{
background-color: #EBC958;
}
</style>
border-color css
<style>
span { border-color: #EBC958; }
span { border-color: rgb(235,201,88); }
td.TdClassName
{
border-color: #EBC958;
}
.TagClassName
{
border-color: #EBC958;
}
</style>