Shades of Cream Can #EBC652
Tints of Cream Can #EBC652
RGB
CMYK
RGB Variations
Color information
#EBC652 (or 0xEBC652) is known color: Cream Can. HEX triplet: EB, C6 and 52. RGB value is (235,198,82). Sum of RGB (Red+Green+Blue) = 235+198+82=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC652 is #1439AD. Grayscale: #C4C4C4. Windows color (decimal): -1325486 or 5424875. OLE color: 5424875.
HSL color Cylindrical-coordinate representation of color #EBC652: hue angle of 45.49º 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 #EBC652 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 82 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.08 |
| HSL | 45.49º | 0.79% | 0.62% | - |
| HSV(B) | 45.49º | 0.65% | 0.92% | - |
| XYZ | 55.98 | 58.66 | 16.35 | - |
| YUV | 195.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 82 | 0 | 0.16 | 0.65 | 0.08 | 45.49 | 0.79 | 0.62 |
| Hex | EB | C6 | 52 | 0 | 10 | 41 | 8 | 2D | 4F | 3E |
| Octal | 353 | 306 | 122 | 0 | 20 | 101 | 10 | 55 | 117 | 76 |
| Binary | 11101011 | 11000110 | 1010010 | 0 | 10000 | 1000001 | 1000 | 101101 | 1001111 | 111110 |
Color Harmonies of #EBC652
Complementary color
Monochromatic Colors of #EBC652
Black with #EBC652
Text Example
Text Example
White with #EBC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC652; }
p { color: rgb(235,198,82); }
H1.HeaderClassName
{
color: #EBC652;
}
.AnyTagClassName
{
color: #EBC652;
}
</style>
background-color css
<style>
a { background-color: #EBC652; }
a { background-color: rgb(235,198,82); }
div.DivClassName
{
background-color: #EBC652;
}
.BgClassName
{
background-color: #EBC652;
}
</style>
border-color css
<style>
span { border-color: #EBC652; }
span { border-color: rgb(235,198,82); }
td.TdClassName
{
border-color: #EBC652;
}
.TagClassName
{
border-color: #EBC652;
}
</style>