Shades of Cream Can #EBC55B
Tints of Cream Can #EBC55B
RGB
CMYK
RGB Variations
Color information
#EBC55B (or 0xEBC55B) is known color: Cream Can. HEX triplet: EB, C5 and 5B. RGB value is (235,197,91). Sum of RGB (Red+Green+Blue) = 235+197+91=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC55B is #143AA4. Grayscale: #C4C4C4. Windows color (decimal): -1325733 or 6014443. OLE color: 6014443.
HSL color Cylindrical-coordinate representation of color #EBC55B: hue angle of 44.17º 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 #EBC55B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 91 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.08 |
| HSL | 44.17º | 0.78% | 0.64% | - |
| HSV(B) | 44.17º | 0.61% | 0.92% | - |
| XYZ | 56.12 | 58.35 | 18.2 | - |
| YUV | 196.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 91 | 0 | 0.16 | 0.61 | 0.08 | 44.17 | 0.78 | 0.64 |
| Hex | EB | C5 | 5B | 0 | 10 | 3D | 8 | 2C | 4E | 40 |
| Octal | 353 | 305 | 133 | 0 | 20 | 75 | 10 | 54 | 116 | 100 |
| Binary | 11101011 | 11000101 | 1011011 | 0 | 10000 | 111101 | 1000 | 101100 | 1001110 | 1000000 |
Color Harmonies of #EBC55B
Complementary color
Monochromatic Colors of #EBC55B
Black with #EBC55B
Text Example
Text Example
White with #EBC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC55B; }
p { color: rgb(235,197,91); }
H1.HeaderClassName
{
color: #EBC55B;
}
.AnyTagClassName
{
color: #EBC55B;
}
</style>
background-color css
<style>
a { background-color: #EBC55B; }
a { background-color: rgb(235,197,91); }
div.DivClassName
{
background-color: #EBC55B;
}
.BgClassName
{
background-color: #EBC55B;
}
</style>
border-color css
<style>
span { border-color: #EBC55B; }
span { border-color: rgb(235,197,91); }
td.TdClassName
{
border-color: #EBC55B;
}
.TagClassName
{
border-color: #EBC55B;
}
</style>