Shades of Cream Can #EBC554
Tints of Cream Can #EBC554
RGB
CMYK
RGB Variations
Color information
#EBC554 (or 0xEBC554) is known color: Cream Can. HEX triplet: EB, C5 and 54. RGB value is (235,197,84). Sum of RGB (Red+Green+Blue) = 235+197+84=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC554 is #143AAB. Grayscale: #C3C3C3. Windows color (decimal): -1325740 or 5555691. OLE color: 5555691.
HSL color Cylindrical-coordinate representation of color #EBC554: hue angle of 44.9º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBC554 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 84 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.08 |
| HSL | 44.9º | 0.79% | 0.63% | - |
| HSV(B) | 44.9º | 0.64% | 0.92% | - |
| XYZ | 55.83 | 58.23 | 16.69 | - |
| YUV | 195.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 84 | 0 | 0.16 | 0.64 | 0.08 | 44.9 | 0.79 | 0.63 |
| Hex | EB | C5 | 54 | 0 | 10 | 40 | 8 | 2D | 4F | 3F |
| Octal | 353 | 305 | 124 | 0 | 20 | 100 | 10 | 55 | 117 | 77 |
| Binary | 11101011 | 11000101 | 1010100 | 0 | 10000 | 1000000 | 1000 | 101101 | 1001111 | 111111 |
Color Harmonies of #EBC554
Complementary color
Monochromatic Colors of #EBC554
Black with #EBC554
Text Example
Text Example
White with #EBC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC554; }
p { color: rgb(235,197,84); }
H1.HeaderClassName
{
color: #EBC554;
}
.AnyTagClassName
{
color: #EBC554;
}
</style>
background-color css
<style>
a { background-color: #EBC554; }
a { background-color: rgb(235,197,84); }
div.DivClassName
{
background-color: #EBC554;
}
.BgClassName
{
background-color: #EBC554;
}
</style>
border-color css
<style>
span { border-color: #EBC554; }
span { border-color: rgb(235,197,84); }
td.TdClassName
{
border-color: #EBC554;
}
.TagClassName
{
border-color: #EBC554;
}
</style>