Shades of Cream Can #EBBE4B
Tints of Cream Can #EBBE4B
RGB
CMYK
RGB Variations
Color information
#EBBE4B (or 0xEBBE4B) is known color: Cream Can. HEX triplet: EB, BE and 4B. RGB value is (235,190,75). Sum of RGB (Red+Green+Blue) = 235+190+75=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE4B is #1441B4. Grayscale: #BEBEBE. Windows color (decimal): -1327541 or 4964075. OLE color: 4964075.
HSL color Cylindrical-coordinate representation of color #EBBE4B: hue angle of 43.12º 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 #EBBE4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 75 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.08 |
| HSL | 43.13º | 0.8% | 0.61% | - |
| HSV(B) | 43.13º | 0.68% | 0.92% | - |
| XYZ | 53.94 | 55 | 14.43 | - |
| YUV | 190.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 75 | 0 | 0.19 | 0.68 | 0.08 | 43.13 | 0.8 | 0.61 |
| Hex | EB | BE | 4B | 0 | 13 | 44 | 8 | 2B | 50 | 3D |
| Octal | 353 | 276 | 113 | 0 | 23 | 104 | 10 | 53 | 120 | 75 |
| Binary | 11101011 | 10111110 | 1001011 | 0 | 10011 | 1000100 | 1000 | 101011 | 1010000 | 111101 |
Color Harmonies of #EBBE4B
Complementary color
Monochromatic Colors of #EBBE4B
Black with #EBBE4B
Text Example
Text Example
White with #EBBE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE4B; }
p { color: rgb(235,190,75); }
H1.HeaderClassName
{
color: #EBBE4B;
}
.AnyTagClassName
{
color: #EBBE4B;
}
</style>
background-color css
<style>
a { background-color: #EBBE4B; }
a { background-color: rgb(235,190,75); }
div.DivClassName
{
background-color: #EBBE4B;
}
.BgClassName
{
background-color: #EBBE4B;
}
</style>
border-color css
<style>
span { border-color: #EBBE4B; }
span { border-color: rgb(235,190,75); }
td.TdClassName
{
border-color: #EBBE4B;
}
.TagClassName
{
border-color: #EBBE4B;
}
</style>