Shades of Cream Can #EBBC4A
Tints of Cream Can #EBBC4A
RGB
CMYK
RGB Variations
Color information
#EBBC4A (or 0xEBBC4A) is known color: Cream Can. HEX triplet: EB, BC and 4A. RGB value is (235,188,74). Sum of RGB (Red+Green+Blue) = 235+188+74=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC4A is #1443B5. Grayscale: #BDBDBD. Windows color (decimal): -1328054 or 4898027. OLE color: 4898027.
HSL color Cylindrical-coordinate representation of color #EBBC4A: hue angle of 42.48º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBBC4A is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 74 | - |
| CMYK | 0 | 0.2 | 0.69 | 0.08 |
| HSL | 42.48º | 0.8% | 0.61% | - |
| HSV(B) | 42.48º | 0.69% | 0.92% | - |
| XYZ | 53.48 | 54.12 | 14.11 | - |
| YUV | 189.06 | 63.07 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 74 | 0 | 0.2 | 0.69 | 0.08 | 42.48 | 0.8 | 0.61 |
| Hex | EB | BC | 4A | 0 | 14 | 45 | 8 | 2A | 50 | 3D |
| Octal | 353 | 274 | 112 | 0 | 24 | 105 | 10 | 52 | 120 | 75 |
| Binary | 11101011 | 10111100 | 1001010 | 0 | 10100 | 1000101 | 1000 | 101010 | 1010000 | 111101 |
Color Harmonies of #EBBC4A
Complementary color
Monochromatic Colors of #EBBC4A
Black with #EBBC4A
Text Example
Text Example
White with #EBBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC4A; }
p { color: rgb(235,188,74); }
H1.HeaderClassName
{
color: #EBBC4A;
}
.AnyTagClassName
{
color: #EBBC4A;
}
</style>
background-color css
<style>
a { background-color: #EBBC4A; }
a { background-color: rgb(235,188,74); }
div.DivClassName
{
background-color: #EBBC4A;
}
.BgClassName
{
background-color: #EBBC4A;
}
</style>
border-color css
<style>
span { border-color: #EBBC4A; }
span { border-color: rgb(235,188,74); }
td.TdClassName
{
border-color: #EBBC4A;
}
.TagClassName
{
border-color: #EBBC4A;
}
</style>