Shades of Cream Can #EBC453
Tints of Cream Can #EBC453
RGB
CMYK
RGB Variations
Color information
#EBC453 (or 0xEBC453) is known color: Cream Can. HEX triplet: EB, C4 and 53. RGB value is (235,196,83). Sum of RGB (Red+Green+Blue) = 235+196+83=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC453 is #143BAC. Grayscale: #C3C3C3. Windows color (decimal): -1325997 or 5489899. OLE color: 5489899.
HSL color Cylindrical-coordinate representation of color #EBC453: hue angle of 44.61º 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 #EBC453 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 83 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.08 |
| HSL | 44.61º | 0.79% | 0.62% | - |
| HSV(B) | 44.61º | 0.65% | 0.92% | - |
| XYZ | 55.56 | 57.77 | 16.41 | - |
| YUV | 194.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 83 | 0 | 0.17 | 0.65 | 0.08 | 44.61 | 0.79 | 0.62 |
| Hex | EB | C4 | 53 | 0 | 11 | 41 | 8 | 2D | 4F | 3E |
| Octal | 353 | 304 | 123 | 0 | 21 | 101 | 10 | 55 | 117 | 76 |
| Binary | 11101011 | 11000100 | 1010011 | 0 | 10001 | 1000001 | 1000 | 101101 | 1001111 | 111110 |
Color Harmonies of #EBC453
Complementary color
Monochromatic Colors of #EBC453
Black with #EBC453
Text Example
Text Example
White with #EBC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC453; }
p { color: rgb(235,196,83); }
H1.HeaderClassName
{
color: #EBC453;
}
.AnyTagClassName
{
color: #EBC453;
}
</style>
background-color css
<style>
a { background-color: #EBC453; }
a { background-color: rgb(235,196,83); }
div.DivClassName
{
background-color: #EBC453;
}
.BgClassName
{
background-color: #EBC453;
}
</style>
border-color css
<style>
span { border-color: #EBC453; }
span { border-color: rgb(235,196,83); }
td.TdClassName
{
border-color: #EBC453;
}
.TagClassName
{
border-color: #EBC453;
}
</style>