Shades of Cream Can #EBC758
Tints of Cream Can #EBC758
RGB
CMYK
RGB Variations
Color information
#EBC758 (or 0xEBC758) is known color: Cream Can. HEX triplet: EB, C7 and 58. RGB value is (235,199,88). Sum of RGB (Red+Green+Blue) = 235+199+88=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC758 is #1438A7. Grayscale: #C5C5C5. Windows color (decimal): -1325224 or 5818347. OLE color: 5818347.
HSL color Cylindrical-coordinate representation of color #EBC758: hue angle of 45.31º 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 #EBC758 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 88 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.08 |
| HSL | 45.31º | 0.79% | 0.63% | - |
| HSV(B) | 45.31º | 0.63% | 0.92% | - |
| XYZ | 56.45 | 59.21 | 17.69 | - |
| YUV | 197.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 88 | 0 | 0.15 | 0.63 | 0.08 | 45.31 | 0.79 | 0.63 |
| Hex | EB | C7 | 58 | 0 | F | 3F | 8 | 2D | 4F | 3F |
| Octal | 353 | 307 | 130 | 0 | 17 | 77 | 10 | 55 | 117 | 77 |
| Binary | 11101011 | 11000111 | 1011000 | 0 | 1111 | 111111 | 1000 | 101101 | 1001111 | 111111 |
Color Harmonies of #EBC758
Complementary color
Monochromatic Colors of #EBC758
Black with #EBC758
Text Example
Text Example
White with #EBC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC758; }
p { color: rgb(235,199,88); }
H1.HeaderClassName
{
color: #EBC758;
}
.AnyTagClassName
{
color: #EBC758;
}
</style>
background-color css
<style>
a { background-color: #EBC758; }
a { background-color: rgb(235,199,88); }
div.DivClassName
{
background-color: #EBC758;
}
.BgClassName
{
background-color: #EBC758;
}
</style>
border-color css
<style>
span { border-color: #EBC758; }
span { border-color: rgb(235,199,88); }
td.TdClassName
{
border-color: #EBC758;
}
.TagClassName
{
border-color: #EBC758;
}
</style>