Shades of Cream Can #EBC54F
Tints of Cream Can #EBC54F
RGB
CMYK
RGB Variations
Color information
#EBC54F (or 0xEBC54F) is known color: Cream Can. HEX triplet: EB, C5 and 4F. RGB value is (235,197,79). Sum of RGB (Red+Green+Blue) = 235+197+79=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC54F is #143AB0. Grayscale: #C3C3C3. Windows color (decimal): -1325745 or 5228011. OLE color: 5228011.
HSL color Cylindrical-coordinate representation of color #EBC54F: hue angle of 45.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBC54F is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 79 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.08 |
| HSL | 45.38º | 0.8% | 0.62% | - |
| HSV(B) | 45.38º | 0.66% | 0.92% | - |
| XYZ | 55.64 | 58.16 | 15.69 | - |
| YUV | 194.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 79 | 0 | 0.16 | 0.66 | 0.08 | 45.38 | 0.8 | 0.62 |
| Hex | EB | C5 | 4F | 0 | 10 | 42 | 8 | 2D | 50 | 3E |
| Octal | 353 | 305 | 117 | 0 | 20 | 102 | 10 | 55 | 120 | 76 |
| Binary | 11101011 | 11000101 | 1001111 | 0 | 10000 | 1000010 | 1000 | 101101 | 1010000 | 111110 |
Color Harmonies of #EBC54F
Complementary color
Monochromatic Colors of #EBC54F
Black with #EBC54F
Text Example
Text Example
White with #EBC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC54F; }
p { color: rgb(235,197,79); }
H1.HeaderClassName
{
color: #EBC54F;
}
.AnyTagClassName
{
color: #EBC54F;
}
</style>
background-color css
<style>
a { background-color: #EBC54F; }
a { background-color: rgb(235,197,79); }
div.DivClassName
{
background-color: #EBC54F;
}
.BgClassName
{
background-color: #EBC54F;
}
</style>
border-color css
<style>
span { border-color: #EBC54F; }
span { border-color: rgb(235,197,79); }
td.TdClassName
{
border-color: #EBC54F;
}
.TagClassName
{
border-color: #EBC54F;
}
</style>