Shades of Cream Can #EBC25F
Tints of Cream Can #EBC25F
RGB
CMYK
RGB Variations
Color information
#EBC25F (or 0xEBC25F) is known color: Cream Can. HEX triplet: EB, C2 and 5F. RGB value is (235,194,95). Sum of RGB (Red+Green+Blue) = 235+194+95=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC25F is #143DA0. Grayscale: #C3C3C3. Windows color (decimal): -1326497 or 6275819. OLE color: 6275819.
HSL color Cylindrical-coordinate representation of color #EBC25F: hue angle of 42.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBC25F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 95 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.08 |
| HSL | 42.43º | 0.78% | 0.65% | - |
| HSV(B) | 42.43º | 0.6% | 0.92% | - |
| XYZ | 55.62 | 57.07 | 18.91 | - |
| YUV | 194.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 95 | 0 | 0.17 | 0.60 | 0.08 | 42.43 | 0.78 | 0.65 |
| Hex | EB | C2 | 5F | 0 | 11 | 3C | 8 | 2A | 4E | 41 |
| Octal | 353 | 302 | 137 | 0 | 21 | 74 | 10 | 52 | 116 | 101 |
| Binary | 11101011 | 11000010 | 1011111 | 0 | 10001 | 111100 | 1000 | 101010 | 1001110 | 1000001 |
Color Harmonies of #EBC25F
Complementary color
Monochromatic Colors of #EBC25F
Black with #EBC25F
Text Example
Text Example
White with #EBC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC25F; }
p { color: rgb(235,194,95); }
H1.HeaderClassName
{
color: #EBC25F;
}
.AnyTagClassName
{
color: #EBC25F;
}
</style>
background-color css
<style>
a { background-color: #EBC25F; }
a { background-color: rgb(235,194,95); }
div.DivClassName
{
background-color: #EBC25F;
}
.BgClassName
{
background-color: #EBC25F;
}
</style>
border-color css
<style>
span { border-color: #EBC25F; }
span { border-color: rgb(235,194,95); }
td.TdClassName
{
border-color: #EBC25F;
}
.TagClassName
{
border-color: #EBC25F;
}
</style>