Shades of Panache #EBF5E1
Tints of Panache #EBF5E1
RGB
CMYK
RGB Variations
Color information
#EBF5E1 (or 0xEBF5E1) is known color: Panache. HEX triplet: EB, F5 and E1. RGB value is (235,245,225). Sum of RGB (Red+Green+Blue) = 235+245+225=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 225 (88.28% from 255 or 31.91% from 705); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5E1 is #140A1E. Grayscale: #EFEFEF. Windows color (decimal): -1313311 or 14808555. OLE color: 14808555.
HSL color Cylindrical-coordinate representation of color #EBF5E1: hue angle of 90º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF5E1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 225 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.04 |
| HSL | 90º | 0.5% | 0.92% | - |
| HSV(B) | 90º | 0.08% | 0.96% | - |
| XYZ | 80.5 | 88.4 | 84.05 | - |
| YUV | 239.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 225 | 0.04 | 0 | 0.08 | 0.04 | 90 | 0.5 | 0.92 |
| Hex | EB | F5 | E1 | 4 | 0 | 8 | 4 | 5A | 32 | 5C |
| Octal | 353 | 365 | 341 | 4 | 0 | 10 | 4 | 132 | 62 | 134 |
| Binary | 11101011 | 11110101 | 11100001 | 100 | 0 | 1000 | 100 | 1011010 | 110010 | 1011100 |
Color Harmonies of #EBF5E1
Complementary color
Monochromatic Colors of #EBF5E1
Black with #EBF5E1
Text Example
Text Example
White with #EBF5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5E1; }
p { color: rgb(235,245,225); }
H1.HeaderClassName
{
color: #EBF5E1;
}
.AnyTagClassName
{
color: #EBF5E1;
}
</style>
background-color css
<style>
a { background-color: #EBF5E1; }
a { background-color: rgb(235,245,225); }
div.DivClassName
{
background-color: #EBF5E1;
}
.BgClassName
{
background-color: #EBF5E1;
}
</style>
border-color css
<style>
span { border-color: #EBF5E1; }
span { border-color: rgb(235,245,225); }
td.TdClassName
{
border-color: #EBF5E1;
}
.TagClassName
{
border-color: #EBF5E1;
}
</style>