Shades of Cream Can #EBC046
Tints of Cream Can #EBC046
RGB
CMYK
RGB Variations
Color information
#EBC046 (or 0xEBC046) is known color: Cream Can. HEX triplet: EB, C0 and 46. RGB value is (235,192,70). Sum of RGB (Red+Green+Blue) = 235+192+70=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC046 is #143FB9. Grayscale: #BFBFBF. Windows color (decimal): -1327034 or 4636907. OLE color: 4636907.
HSL color Cylindrical-coordinate representation of color #EBC046: hue angle of 44.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBC046 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 70 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.08 |
| HSL | 44.36º | 0.8% | 0.6% | - |
| HSV(B) | 44.36º | 0.7% | 0.92% | - |
| XYZ | 54.22 | 55.8 | 13.71 | - |
| YUV | 190.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 70 | 0 | 0.18 | 0.70 | 0.08 | 44.36 | 0.8 | 0.6 |
| Hex | EB | C0 | 46 | 0 | 12 | 46 | 8 | 2C | 50 | 3C |
| Octal | 353 | 300 | 106 | 0 | 22 | 106 | 10 | 54 | 120 | 74 |
| Binary | 11101011 | 11000000 | 1000110 | 0 | 10010 | 1000110 | 1000 | 101100 | 1010000 | 111100 |
Color Harmonies of #EBC046
Complementary color
Monochromatic Colors of #EBC046
Black with #EBC046
Text Example
Text Example
White with #EBC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC046; }
p { color: rgb(235,192,70); }
H1.HeaderClassName
{
color: #EBC046;
}
.AnyTagClassName
{
color: #EBC046;
}
</style>
background-color css
<style>
a { background-color: #EBC046; }
a { background-color: rgb(235,192,70); }
div.DivClassName
{
background-color: #EBC046;
}
.BgClassName
{
background-color: #EBC046;
}
</style>
border-color css
<style>
span { border-color: #EBC046; }
span { border-color: rgb(235,192,70); }
td.TdClassName
{
border-color: #EBC046;
}
.TagClassName
{
border-color: #EBC046;
}
</style>