Shades of Panache #EFF4ED
Tints of Panache #EFF4ED
RGB
CMYK
RGB Variations
Color information
#EFF4ED (or 0xEFF4ED) is known color: Panache. HEX triplet: EF, F4 and ED. RGB value is (239,244,237). Sum of RGB (Red+Green+Blue) = 239+244+237=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4ED is #100B12. Grayscale: #F1F1F1. Windows color (decimal): -1051411 or 15594735. OLE color: 15594735.
HSL color Cylindrical-coordinate representation of color #EFF4ED: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF4ED is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 244 | 237 | - |
CMYK | 0.02 | 0 | 0.03 | 0.04 |
HSL | 102.86º | 0.24% | 0.94% | - |
HSV(B) | 102.86º | 0.03% | 0.96% | - |
XYZ | 83.23 | 89.17 | 92.94 | - |
YUV | 241.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 244 | 237 | 0.02 | 0 | 0.03 | 0.04 | 102.86 | 0.24 | 0.94 |
Hex | EF | F4 | ED | 2 | 0 | 3 | 4 | 67 | 18 | 5E |
Octal | 357 | 364 | 355 | 2 | 0 | 3 | 4 | 147 | 30 | 136 |
Binary | 11101111 | 11110100 | 11101101 | 10 | 0 | 11 | 100 | 1100111 | 11000 | 1011110 |
Color Harmonies of #EFF4ED
Complementary color
Monochromatic Colors of #EFF4ED
Black with #EFF4ED
Text Example
Text Example
White with #EFF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4ED; }
p { color: rgb(239,244,237); }
H1.HeaderClassName
{
color: #EFF4ED;
}
.AnyTagClassName
{
color: #EFF4ED;
}
</style>
background-color css
<style>
a { background-color: #EFF4ED; }
a { background-color: rgb(239,244,237); }
div.DivClassName
{
background-color: #EFF4ED;
}
.BgClassName
{
background-color: #EFF4ED;
}
</style>
border-color css
<style>
span { border-color: #EFF4ED; }
span { border-color: rgb(239,244,237); }
td.TdClassName
{
border-color: #EFF4ED;
}
.TagClassName
{
border-color: #EFF4ED;
}
</style>