Shades of Cream Can #EBBC4D
Tints of Cream Can #EBBC4D
RGB
CMYK
RGB Variations
Color information
#EBBC4D (or 0xEBBC4D) is known color: Cream Can. HEX triplet: EB, BC and 4D. RGB value is (235,188,77). Sum of RGB (Red+Green+Blue) = 235+188+77=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC4D is #1443B2. Grayscale: #BDBDBD. Windows color (decimal): -1328051 or 5094635. OLE color: 5094635.
HSL color Cylindrical-coordinate representation of color #EBBC4D: hue angle of 42.15º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBBC4D is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 77 | - |
| CMYK | 0 | 0.2 | 0.67 | 0.08 |
| HSL | 42.15º | 0.8% | 0.61% | - |
| HSV(B) | 42.15º | 0.67% | 0.92% | - |
| XYZ | 53.58 | 54.16 | 14.65 | - |
| YUV | 189.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 77 | 0 | 0.2 | 0.67 | 0.08 | 42.15 | 0.8 | 0.61 |
| Hex | EB | BC | 4D | 0 | 14 | 43 | 8 | 2A | 50 | 3D |
| Octal | 353 | 274 | 115 | 0 | 24 | 103 | 10 | 52 | 120 | 75 |
| Binary | 11101011 | 10111100 | 1001101 | 0 | 10100 | 1000011 | 1000 | 101010 | 1010000 | 111101 |
Color Harmonies of #EBBC4D
Complementary color
Monochromatic Colors of #EBBC4D
Black with #EBBC4D
Text Example
Text Example
White with #EBBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC4D; }
p { color: rgb(235,188,77); }
H1.HeaderClassName
{
color: #EBBC4D;
}
.AnyTagClassName
{
color: #EBBC4D;
}
</style>
background-color css
<style>
a { background-color: #EBBC4D; }
a { background-color: rgb(235,188,77); }
div.DivClassName
{
background-color: #EBBC4D;
}
.BgClassName
{
background-color: #EBBC4D;
}
</style>
border-color css
<style>
span { border-color: #EBBC4D; }
span { border-color: rgb(235,188,77); }
td.TdClassName
{
border-color: #EBBC4D;
}
.TagClassName
{
border-color: #EBBC4D;
}
</style>