Shades of Panache #EFF9E8
Tints of Panache #EFF9E8
RGB
CMYK
RGB Variations
Color information
#EFF9E8 (or 0xEFF9E8) is known color: Panache. HEX triplet: EF, F9 and E8. RGB value is (239,249,232). Sum of RGB (Red+Green+Blue) = 239+249+232=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 232 (91.02% from 255 or 32.22% from 720); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9E8 is #100617. Grayscale: #F4F4F4. Windows color (decimal): -1050136 or 15268335. OLE color: 15268335.
HSL color Cylindrical-coordinate representation of color #EFF9E8: hue angle of 95.29º degrees, saturation: 0.59, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF9E8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 232 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.02 |
| HSL | 95.29º | 0.59% | 0.94% | - |
| HSV(B) | 95.29º | 0.07% | 0.98% | - |
| XYZ | 84.04 | 91.93 | 89.66 | - |
| YUV | 244.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 232 | 0.04 | 0 | 0.07 | 0.02 | 95.29 | 0.59 | 0.94 |
| Hex | EF | F9 | E8 | 4 | 0 | 7 | 2 | 5F | 3B | 5E |
| Octal | 357 | 371 | 350 | 4 | 0 | 7 | 2 | 137 | 73 | 136 |
| Binary | 11101111 | 11111001 | 11101000 | 100 | 0 | 111 | 10 | 1011111 | 111011 | 1011110 |
Color Harmonies of #EFF9E8
Complementary color
Monochromatic Colors of #EFF9E8
Black with #EFF9E8
Text Example
Text Example
White with #EFF9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9E8; }
p { color: rgb(239,249,232); }
H1.HeaderClassName
{
color: #EFF9E8;
}
.AnyTagClassName
{
color: #EFF9E8;
}
</style>
background-color css
<style>
a { background-color: #EFF9E8; }
a { background-color: rgb(239,249,232); }
div.DivClassName
{
background-color: #EFF9E8;
}
.BgClassName
{
background-color: #EFF9E8;
}
</style>
border-color css
<style>
span { border-color: #EFF9E8; }
span { border-color: rgb(239,249,232); }
td.TdClassName
{
border-color: #EFF9E8;
}
.TagClassName
{
border-color: #EFF9E8;
}
</style>