Shades of Panache #EFF5EA
Tints of Panache #EFF5EA
RGB
CMYK
RGB Variations
Color information
#EFF5EA (or 0xEFF5EA) is known color: Panache. HEX triplet: EF, F5 and EA. RGB value is (239,245,234). Sum of RGB (Red+Green+Blue) = 239+245+234=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5EA is #100A15. Grayscale: #F1F1F1. Windows color (decimal): -1051158 or 15398383. OLE color: 15398383.
HSL color Cylindrical-coordinate representation of color #EFF5EA: hue angle of 92.73º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF5EA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 234 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.04 |
| HSL | 92.73º | 0.35% | 0.94% | - |
| HSV(B) | 92.73º | 0.04% | 0.96% | - |
| XYZ | 83.1 | 89.6 | 90.76 | - |
| YUV | 241.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 234 | 0.02 | 0 | 0.04 | 0.04 | 92.73 | 0.35 | 0.94 |
| Hex | EF | F5 | EA | 2 | 0 | 4 | 4 | 5D | 23 | 5E |
| Octal | 357 | 365 | 352 | 2 | 0 | 4 | 4 | 135 | 43 | 136 |
| Binary | 11101111 | 11110101 | 11101010 | 10 | 0 | 100 | 100 | 1011101 | 100011 | 1011110 |
Color Harmonies of #EFF5EA
Complementary color
Monochromatic Colors of #EFF5EA
Black with #EFF5EA
Text Example
Text Example
White with #EFF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5EA; }
p { color: rgb(239,245,234); }
H1.HeaderClassName
{
color: #EFF5EA;
}
.AnyTagClassName
{
color: #EFF5EA;
}
</style>
background-color css
<style>
a { background-color: #EFF5EA; }
a { background-color: rgb(239,245,234); }
div.DivClassName
{
background-color: #EFF5EA;
}
.BgClassName
{
background-color: #EFF5EA;
}
</style>
border-color css
<style>
span { border-color: #EFF5EA; }
span { border-color: rgb(239,245,234); }
td.TdClassName
{
border-color: #EFF5EA;
}
.TagClassName
{
border-color: #EFF5EA;
}
</style>