Shades of Cream Can #EBBE4C
Tints of Cream Can #EBBE4C
RGB
CMYK
RGB Variations
Color information
#EBBE4C (or 0xEBBE4C) is known color: Cream Can. HEX triplet: EB, BE and 4C. RGB value is (235,190,76). Sum of RGB (Red+Green+Blue) = 235+190+76=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE4C is #1441B3. Grayscale: #BEBEBE. Windows color (decimal): -1327540 or 5029611. OLE color: 5029611.
HSL color Cylindrical-coordinate representation of color #EBBE4C: hue angle of 43.02º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBBE4C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 76 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.08 |
| HSL | 43.02º | 0.8% | 0.61% | - |
| HSV(B) | 43.02º | 0.68% | 0.92% | - |
| XYZ | 53.98 | 55.01 | 14.61 | - |
| YUV | 190.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 76 | 0 | 0.19 | 0.68 | 0.08 | 43.02 | 0.8 | 0.61 |
| Hex | EB | BE | 4C | 0 | 13 | 44 | 8 | 2B | 50 | 3D |
| Octal | 353 | 276 | 114 | 0 | 23 | 104 | 10 | 53 | 120 | 75 |
| Binary | 11101011 | 10111110 | 1001100 | 0 | 10011 | 1000100 | 1000 | 101011 | 1010000 | 111101 |
Color Harmonies of #EBBE4C
Complementary color
Monochromatic Colors of #EBBE4C
Black with #EBBE4C
Text Example
Text Example
White with #EBBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE4C; }
p { color: rgb(235,190,76); }
H1.HeaderClassName
{
color: #EBBE4C;
}
.AnyTagClassName
{
color: #EBBE4C;
}
</style>
background-color css
<style>
a { background-color: #EBBE4C; }
a { background-color: rgb(235,190,76); }
div.DivClassName
{
background-color: #EBBE4C;
}
.BgClassName
{
background-color: #EBBE4C;
}
</style>
border-color css
<style>
span { border-color: #EBBE4C; }
span { border-color: rgb(235,190,76); }
td.TdClassName
{
border-color: #EBBE4C;
}
.TagClassName
{
border-color: #EBBE4C;
}
</style>