Shades of Cream Can #EBBE5B
Tints of Cream Can #EBBE5B
RGB
CMYK
RGB Variations
Color information
#EBBE5B (or 0xEBBE5B) is known color: Cream Can. HEX triplet: EB, BE and 5B. RGB value is (235,190,91). Sum of RGB (Red+Green+Blue) = 235+190+91=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE5B is #1441A4. Grayscale: #C0C0C0. Windows color (decimal): -1327525 or 6012651. OLE color: 6012651.
HSL color Cylindrical-coordinate representation of color #EBBE5B: hue angle of 41.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBBE5B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 91 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.08 |
| HSL | 41.25º | 0.78% | 0.64% | - |
| HSV(B) | 41.25º | 0.61% | 0.92% | - |
| XYZ | 54.56 | 55.24 | 17.69 | - |
| YUV | 192.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 91 | 0 | 0.19 | 0.61 | 0.08 | 41.25 | 0.78 | 0.64 |
| Hex | EB | BE | 5B | 0 | 13 | 3D | 8 | 29 | 4E | 40 |
| Octal | 353 | 276 | 133 | 0 | 23 | 75 | 10 | 51 | 116 | 100 |
| Binary | 11101011 | 10111110 | 1011011 | 0 | 10011 | 111101 | 1000 | 101001 | 1001110 | 1000000 |
Color Harmonies of #EBBE5B
Complementary color
Monochromatic Colors of #EBBE5B
Black with #EBBE5B
Text Example
Text Example
White with #EBBE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE5B; }
p { color: rgb(235,190,91); }
H1.HeaderClassName
{
color: #EBBE5B;
}
.AnyTagClassName
{
color: #EBBE5B;
}
</style>
background-color css
<style>
a { background-color: #EBBE5B; }
a { background-color: rgb(235,190,91); }
div.DivClassName
{
background-color: #EBBE5B;
}
.BgClassName
{
background-color: #EBBE5B;
}
</style>
border-color css
<style>
span { border-color: #EBBE5B; }
span { border-color: rgb(235,190,91); }
td.TdClassName
{
border-color: #EBBE5B;
}
.TagClassName
{
border-color: #EBBE5B;
}
</style>