Shades of Cream Can #EBC759
Tints of Cream Can #EBC759
RGB
CMYK
RGB Variations
Color information
#EBC759 (or 0xEBC759) is known color: Cream Can. HEX triplet: EB, C7 and 59. RGB value is (235,199,89). Sum of RGB (Red+Green+Blue) = 235+199+89=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC759 is #1438A6. Grayscale: #C5C5C5. Windows color (decimal): -1325223 or 5883883. OLE color: 5883883.
HSL color Cylindrical-coordinate representation of color #EBC759: hue angle of 45.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBC759 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 89 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.08 |
| HSL | 45.21º | 0.78% | 0.64% | - |
| HSV(B) | 45.21º | 0.62% | 0.92% | - |
| XYZ | 56.49 | 59.23 | 17.91 | - |
| YUV | 197.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 89 | 0 | 0.15 | 0.62 | 0.08 | 45.21 | 0.78 | 0.64 |
| Hex | EB | C7 | 59 | 0 | F | 3E | 8 | 2D | 4E | 40 |
| Octal | 353 | 307 | 131 | 0 | 17 | 76 | 10 | 55 | 116 | 100 |
| Binary | 11101011 | 11000111 | 1011001 | 0 | 1111 | 111110 | 1000 | 101101 | 1001110 | 1000000 |
Color Harmonies of #EBC759
Complementary color
Monochromatic Colors of #EBC759
Black with #EBC759
Text Example
Text Example
White with #EBC759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC759; }
p { color: rgb(235,199,89); }
H1.HeaderClassName
{
color: #EBC759;
}
.AnyTagClassName
{
color: #EBC759;
}
</style>
background-color css
<style>
a { background-color: #EBC759; }
a { background-color: rgb(235,199,89); }
div.DivClassName
{
background-color: #EBC759;
}
.BgClassName
{
background-color: #EBC759;
}
</style>
border-color css
<style>
span { border-color: #EBC759; }
span { border-color: rgb(235,199,89); }
td.TdClassName
{
border-color: #EBC759;
}
.TagClassName
{
border-color: #EBC759;
}
</style>