Shades of Cream Can #EBC048
Tints of Cream Can #EBC048
RGB
CMYK
RGB Variations
Color information
#EBC048 (or 0xEBC048) is known color: Cream Can. HEX triplet: EB, C0 and 48. RGB value is (235,192,72). Sum of RGB (Red+Green+Blue) = 235+192+72=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC048 is #143FB7. Grayscale: #BFBFBF. Windows color (decimal): -1327032 or 4767979. OLE color: 4767979.
HSL color Cylindrical-coordinate representation of color #EBC048: hue angle of 44.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC048 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 72 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.08 |
| HSL | 44.17º | 0.8% | 0.6% | - |
| HSV(B) | 44.17º | 0.69% | 0.92% | - |
| XYZ | 54.28 | 55.83 | 14.05 | - |
| YUV | 191.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 72 | 0 | 0.18 | 0.69 | 0.08 | 44.17 | 0.8 | 0.6 |
| Hex | EB | C0 | 48 | 0 | 12 | 45 | 8 | 2C | 50 | 3C |
| Octal | 353 | 300 | 110 | 0 | 22 | 105 | 10 | 54 | 120 | 74 |
| Binary | 11101011 | 11000000 | 1001000 | 0 | 10010 | 1000101 | 1000 | 101100 | 1010000 | 111100 |
Color Harmonies of #EBC048
Complementary color
Monochromatic Colors of #EBC048
Black with #EBC048
Text Example
Text Example
White with #EBC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC048; }
p { color: rgb(235,192,72); }
H1.HeaderClassName
{
color: #EBC048;
}
.AnyTagClassName
{
color: #EBC048;
}
</style>
background-color css
<style>
a { background-color: #EBC048; }
a { background-color: rgb(235,192,72); }
div.DivClassName
{
background-color: #EBC048;
}
.BgClassName
{
background-color: #EBC048;
}
</style>
border-color css
<style>
span { border-color: #EBC048; }
span { border-color: rgb(235,192,72); }
td.TdClassName
{
border-color: #EBC048;
}
.TagClassName
{
border-color: #EBC048;
}
</style>