Shades of Cream Can #EBC25D
Tints of Cream Can #EBC25D
RGB
CMYK
RGB Variations
Color information
#EBC25D (or 0xEBC25D) is known color: Cream Can. HEX triplet: EB, C2 and 5D. RGB value is (235,194,93). Sum of RGB (Red+Green+Blue) = 235+194+93=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC25D is #143DA2. Grayscale: #C3C3C3. Windows color (decimal): -1326499 or 6144747. OLE color: 6144747.
HSL color Cylindrical-coordinate representation of color #EBC25D: hue angle of 42.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBC25D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 93 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.08 |
| HSL | 42.68º | 0.78% | 0.64% | - |
| HSV(B) | 42.68º | 0.6% | 0.92% | - |
| XYZ | 55.53 | 57.04 | 18.44 | - |
| YUV | 194.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 93 | 0 | 0.17 | 0.60 | 0.08 | 42.68 | 0.78 | 0.64 |
| Hex | EB | C2 | 5D | 0 | 11 | 3C | 8 | 2B | 4E | 40 |
| Octal | 353 | 302 | 135 | 0 | 21 | 74 | 10 | 53 | 116 | 100 |
| Binary | 11101011 | 11000010 | 1011101 | 0 | 10001 | 111100 | 1000 | 101011 | 1001110 | 1000000 |
Color Harmonies of #EBC25D
Complementary color
Monochromatic Colors of #EBC25D
Black with #EBC25D
Text Example
Text Example
White with #EBC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC25D; }
p { color: rgb(235,194,93); }
H1.HeaderClassName
{
color: #EBC25D;
}
.AnyTagClassName
{
color: #EBC25D;
}
</style>
background-color css
<style>
a { background-color: #EBC25D; }
a { background-color: rgb(235,194,93); }
div.DivClassName
{
background-color: #EBC25D;
}
.BgClassName
{
background-color: #EBC25D;
}
</style>
border-color css
<style>
span { border-color: #EBC25D; }
span { border-color: rgb(235,194,93); }
td.TdClassName
{
border-color: #EBC25D;
}
.TagClassName
{
border-color: #EBC25D;
}
</style>