Shades of Cream Can #EBC752
Tints of Cream Can #EBC752
RGB
CMYK
RGB Variations
Color information
#EBC752 (or 0xEBC752) is known color: Cream Can. HEX triplet: EB, C7 and 52. RGB value is (235,199,82). Sum of RGB (Red+Green+Blue) = 235+199+82=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC752 is #1438AD. Grayscale: #C4C4C4. Windows color (decimal): -1325230 or 5425131. OLE color: 5425131.
HSL color Cylindrical-coordinate representation of color #EBC752: hue angle of 45.88º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBC752 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 82 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.08 |
| HSL | 45.88º | 0.79% | 0.62% | - |
| HSV(B) | 45.88º | 0.65% | 0.92% | - |
| XYZ | 56.21 | 59.12 | 16.43 | - |
| YUV | 196.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 82 | 0 | 0.15 | 0.65 | 0.08 | 45.88 | 0.79 | 0.62 |
| Hex | EB | C7 | 52 | 0 | F | 41 | 8 | 2E | 4F | 3E |
| Octal | 353 | 307 | 122 | 0 | 17 | 101 | 10 | 56 | 117 | 76 |
| Binary | 11101011 | 11000111 | 1010010 | 0 | 1111 | 1000001 | 1000 | 101110 | 1001111 | 111110 |
Color Harmonies of #EBC752
Complementary color
Monochromatic Colors of #EBC752
Black with #EBC752
Text Example
Text Example
White with #EBC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC752; }
p { color: rgb(235,199,82); }
H1.HeaderClassName
{
color: #EBC752;
}
.AnyTagClassName
{
color: #EBC752;
}
</style>
background-color css
<style>
a { background-color: #EBC752; }
a { background-color: rgb(235,199,82); }
div.DivClassName
{
background-color: #EBC752;
}
.BgClassName
{
background-color: #EBC752;
}
</style>
border-color css
<style>
span { border-color: #EBC752; }
span { border-color: rgb(235,199,82); }
td.TdClassName
{
border-color: #EBC752;
}
.TagClassName
{
border-color: #EBC752;
}
</style>