Shades of Cream Can #EBBE5C
Tints of Cream Can #EBBE5C
RGB
CMYK
RGB Variations
Color information
#EBBE5C (or 0xEBBE5C) is known color: Cream Can. HEX triplet: EB, BE and 5C. RGB value is (235,190,92). Sum of RGB (Red+Green+Blue) = 235+190+92=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE5C is #1441A3. Grayscale: #C0C0C0. Windows color (decimal): -1327524 or 6078187. OLE color: 6078187.
HSL color Cylindrical-coordinate representation of color #EBBE5C: hue angle of 41.12º 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 #EBBE5C is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 92 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.08 |
| HSL | 41.12º | 0.78% | 0.64% | - |
| HSV(B) | 41.12º | 0.61% | 0.92% | - |
| XYZ | 54.61 | 55.26 | 17.91 | - |
| YUV | 192.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 92 | 0 | 0.19 | 0.61 | 0.08 | 41.12 | 0.78 | 0.64 |
| Hex | EB | BE | 5C | 0 | 13 | 3D | 8 | 29 | 4E | 40 |
| Octal | 353 | 276 | 134 | 0 | 23 | 75 | 10 | 51 | 116 | 100 |
| Binary | 11101011 | 10111110 | 1011100 | 0 | 10011 | 111101 | 1000 | 101001 | 1001110 | 1000000 |
Color Harmonies of #EBBE5C
Complementary color
Monochromatic Colors of #EBBE5C
Black with #EBBE5C
Text Example
Text Example
White with #EBBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE5C; }
p { color: rgb(235,190,92); }
H1.HeaderClassName
{
color: #EBBE5C;
}
.AnyTagClassName
{
color: #EBBE5C;
}
</style>
background-color css
<style>
a { background-color: #EBBE5C; }
a { background-color: rgb(235,190,92); }
div.DivClassName
{
background-color: #EBBE5C;
}
.BgClassName
{
background-color: #EBBE5C;
}
</style>
border-color css
<style>
span { border-color: #EBBE5C; }
span { border-color: rgb(235,190,92); }
td.TdClassName
{
border-color: #EBBE5C;
}
.TagClassName
{
border-color: #EBBE5C;
}
</style>