Shades of Panache #EBEDEA
Tints of Panache #EBEDEA
RGB
CMYK
RGB Variations
Color information
#EBEDEA (or 0xEBEDEA) is known color: Panache. HEX triplet: EB, ED and EA. RGB value is (235,237,234). Sum of RGB (Red+Green+Blue) = 235+237+234=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDEA is #141215. Grayscale: #ECECEC. Windows color (decimal): -1315350 or 15396331. OLE color: 15396331.
HSL color Cylindrical-coordinate representation of color #EBEDEA: hue angle of 100º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBEDEA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 234 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.07 |
| HSL | 100º | 0.08% | 0.92% | - |
| HSV(B) | 100º | 0.01% | 0.93% | - |
| XYZ | 79.4 | 84.17 | 89.9 | - |
| YUV | 236.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 234 | 0.01 | 0 | 0.01 | 0.07 | 100 | 0.08 | 0.92 |
| Hex | EB | ED | EA | 1 | 0 | 1 | 7 | 64 | 8 | 5C |
| Octal | 353 | 355 | 352 | 1 | 0 | 1 | 7 | 144 | 10 | 134 |
| Binary | 11101011 | 11101101 | 11101010 | 1 | 0 | 1 | 111 | 1100100 | 1000 | 1011100 |
Color Harmonies of #EBEDEA
Complementary color
Monochromatic Colors of #EBEDEA
Black with #EBEDEA
Text Example
Text Example
White with #EBEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDEA; }
p { color: rgb(235,237,234); }
H1.HeaderClassName
{
color: #EBEDEA;
}
.AnyTagClassName
{
color: #EBEDEA;
}
</style>
background-color css
<style>
a { background-color: #EBEDEA; }
a { background-color: rgb(235,237,234); }
div.DivClassName
{
background-color: #EBEDEA;
}
.BgClassName
{
background-color: #EBEDEA;
}
</style>
border-color css
<style>
span { border-color: #EBEDEA; }
span { border-color: rgb(235,237,234); }
td.TdClassName
{
border-color: #EBEDEA;
}
.TagClassName
{
border-color: #EBEDEA;
}
</style>