Shades of Cream Can #EBBE49
Tints of Cream Can #EBBE49
RGB
CMYK
RGB Variations
Color information
#EBBE49 (or 0xEBBE49) is known color: Cream Can. HEX triplet: EB, BE and 49. RGB value is (235,190,73). Sum of RGB (Red+Green+Blue) = 235+190+73=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE49 is #1441B6. Grayscale: #BEBEBE. Windows color (decimal): -1327543 or 4833003. OLE color: 4833003.
HSL color Cylindrical-coordinate representation of color #EBBE49: hue angle of 43.33º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBBE49 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 73 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.08 |
| HSL | 43.33º | 0.8% | 0.6% | - |
| HSV(B) | 43.33º | 0.69% | 0.92% | - |
| XYZ | 53.88 | 54.97 | 14.07 | - |
| YUV | 190.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 73 | 0 | 0.19 | 0.69 | 0.08 | 43.33 | 0.8 | 0.6 |
| Hex | EB | BE | 49 | 0 | 13 | 45 | 8 | 2B | 50 | 3C |
| Octal | 353 | 276 | 111 | 0 | 23 | 105 | 10 | 53 | 120 | 74 |
| Binary | 11101011 | 10111110 | 1001001 | 0 | 10011 | 1000101 | 1000 | 101011 | 1010000 | 111100 |
Color Harmonies of #EBBE49
Complementary color
Monochromatic Colors of #EBBE49
Black with #EBBE49
Text Example
Text Example
White with #EBBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE49; }
p { color: rgb(235,190,73); }
H1.HeaderClassName
{
color: #EBBE49;
}
.AnyTagClassName
{
color: #EBBE49;
}
</style>
background-color css
<style>
a { background-color: #EBBE49; }
a { background-color: rgb(235,190,73); }
div.DivClassName
{
background-color: #EBBE49;
}
.BgClassName
{
background-color: #EBBE49;
}
</style>
border-color css
<style>
span { border-color: #EBBE49; }
span { border-color: rgb(235,190,73); }
td.TdClassName
{
border-color: #EBBE49;
}
.TagClassName
{
border-color: #EBBE49;
}
</style>