Shades of Panache #EFF6EA
Tints of Panache #EFF6EA
RGB
CMYK
RGB Variations
Color information
#EFF6EA (or 0xEFF6EA) is known color: Panache. HEX triplet: EF, F6 and EA. RGB value is (239,246,234). Sum of RGB (Red+Green+Blue) = 239+246+234=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6EA is #100915. Grayscale: #F2F2F2. Windows color (decimal): -1050902 or 15398639. OLE color: 15398639.
HSL color Cylindrical-coordinate representation of color #EFF6EA: hue angle of 95º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF6EA is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 234 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.04 |
| HSL | 95º | 0.4% | 0.94% | - |
| HSV(B) | 95º | 0.05% | 0.96% | - |
| XYZ | 83.4 | 90.2 | 90.86 | - |
| YUV | 242.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 234 | 0.03 | 0 | 0.05 | 0.04 | 95 | 0.4 | 0.94 |
| Hex | EF | F6 | EA | 3 | 0 | 5 | 4 | 5F | 28 | 5E |
| Octal | 357 | 366 | 352 | 3 | 0 | 5 | 4 | 137 | 50 | 136 |
| Binary | 11101111 | 11110110 | 11101010 | 11 | 0 | 101 | 100 | 1011111 | 101000 | 1011110 |
Color Harmonies of #EFF6EA
Complementary color
Monochromatic Colors of #EFF6EA
Black with #EFF6EA
Text Example
Text Example
White with #EFF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6EA; }
p { color: rgb(239,246,234); }
H1.HeaderClassName
{
color: #EFF6EA;
}
.AnyTagClassName
{
color: #EFF6EA;
}
</style>
background-color css
<style>
a { background-color: #EFF6EA; }
a { background-color: rgb(239,246,234); }
div.DivClassName
{
background-color: #EFF6EA;
}
.BgClassName
{
background-color: #EFF6EA;
}
</style>
border-color css
<style>
span { border-color: #EFF6EA; }
span { border-color: rgb(239,246,234); }
td.TdClassName
{
border-color: #EFF6EA;
}
.TagClassName
{
border-color: #EFF6EA;
}
</style>