Shades of Cream Can #EBBB48
Tints of Cream Can #EBBB48
RGB
CMYK
RGB Variations
Color information
#EBBB48 (or 0xEBBB48) is known color: Cream Can. HEX triplet: EB, BB and 48. RGB value is (235,187,72). Sum of RGB (Red+Green+Blue) = 235+187+72=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBB48 is #1444B7. Grayscale: #BCBCBC. Windows color (decimal): -1328312 or 4766699. OLE color: 4766699.
HSL color Cylindrical-coordinate representation of color #EBBB48: hue angle of 42.33º 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 #EBBB48 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 72 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.08 |
| HSL | 42.33º | 0.8% | 0.6% | - |
| HSV(B) | 42.33º | 0.69% | 0.92% | - |
| XYZ | 53.2 | 53.67 | 13.69 | - |
| YUV | 188.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 72 | 0 | 0.20 | 0.69 | 0.08 | 42.33 | 0.8 | 0.6 |
| Hex | EB | BB | 48 | 0 | 14 | 45 | 8 | 2A | 50 | 3C |
| Octal | 353 | 273 | 110 | 0 | 24 | 105 | 10 | 52 | 120 | 74 |
| Binary | 11101011 | 10111011 | 1001000 | 0 | 10100 | 1000101 | 1000 | 101010 | 1010000 | 111100 |
Color Harmonies of #EBBB48
Complementary color
Monochromatic Colors of #EBBB48
Black with #EBBB48
Text Example
Text Example
White with #EBBB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBB48; }
p { color: rgb(235,187,72); }
H1.HeaderClassName
{
color: #EBBB48;
}
.AnyTagClassName
{
color: #EBBB48;
}
</style>
background-color css
<style>
a { background-color: #EBBB48; }
a { background-color: rgb(235,187,72); }
div.DivClassName
{
background-color: #EBBB48;
}
.BgClassName
{
background-color: #EBBB48;
}
</style>
border-color css
<style>
span { border-color: #EBBB48; }
span { border-color: rgb(235,187,72); }
td.TdClassName
{
border-color: #EBBB48;
}
.TagClassName
{
border-color: #EBBB48;
}
</style>