Shades of Cream Can #EBBC40
Tints of Cream Can #EBBC40
RGB
CMYK
RGB Variations
Color information
#EBBC40 (or 0xEBBC40) is known color: Cream Can. HEX triplet: EB, BC and 40. RGB value is (235,188,64). Sum of RGB (Red+Green+Blue) = 235+188+64=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC40 is #1443BF. Grayscale: #BCBCBC. Windows color (decimal): -1328064 or 4242667. OLE color: 4242667.
HSL color Cylindrical-coordinate representation of color #EBBC40: hue angle of 43.51º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBBC40 is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 64 | - |
| CMYK | 0 | 0.2 | 0.73 | 0.08 |
| HSL | 43.51º | 0.81% | 0.59% | - |
| HSV(B) | 43.51º | 0.73% | 0.92% | - |
| XYZ | 53.17 | 54 | 12.47 | - |
| YUV | 187.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 64 | 0 | 0.2 | 0.73 | 0.08 | 43.51 | 0.81 | 0.59 |
| Hex | EB | BC | 40 | 0 | 14 | 49 | 8 | 2C | 51 | 3B |
| Octal | 353 | 274 | 100 | 0 | 24 | 111 | 10 | 54 | 121 | 73 |
| Binary | 11101011 | 10111100 | 1000000 | 0 | 10100 | 1001001 | 1000 | 101100 | 1010001 | 111011 |
Color Harmonies of #EBBC40
Complementary color
Monochromatic Colors of #EBBC40
Black with #EBBC40
Text Example
Text Example
White with #EBBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC40; }
p { color: rgb(235,188,64); }
H1.HeaderClassName
{
color: #EBBC40;
}
.AnyTagClassName
{
color: #EBBC40;
}
</style>
background-color css
<style>
a { background-color: #EBBC40; }
a { background-color: rgb(235,188,64); }
div.DivClassName
{
background-color: #EBBC40;
}
.BgClassName
{
background-color: #EBBC40;
}
</style>
border-color css
<style>
span { border-color: #EBBC40; }
span { border-color: rgb(235,188,64); }
td.TdClassName
{
border-color: #EBBC40;
}
.TagClassName
{
border-color: #EBBC40;
}
</style>