Shades of Panache #EDF4EA
Tints of Panache #EDF4EA
RGB
CMYK
RGB Variations
Color information
#EDF4EA (or 0xEDF4EA) is known color: Panache. HEX triplet: ED, F4 and EA. RGB value is (237,244,234). Sum of RGB (Red+Green+Blue) = 237+244+234=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 244 (95.70% from 255 or 34.13% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4EA is #120B15. Grayscale: #F0F0F0. Windows color (decimal): -1182486 or 15398125. OLE color: 15398125.
HSL color Cylindrical-coordinate representation of color #EDF4EA: hue angle of 102º degrees, saturation: 0.31, 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 #EDF4EA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 234 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.04 |
| HSL | 102º | 0.31% | 0.94% | - |
| HSV(B) | 102º | 0.04% | 0.96% | - |
| XYZ | 82.13 | 88.65 | 90.62 | - |
| YUV | 240.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 234 | 0.03 | 0 | 0.04 | 0.04 | 102 | 0.31 | 0.94 |
| Hex | ED | F4 | EA | 3 | 0 | 4 | 4 | 66 | 1F | 5E |
| Octal | 355 | 364 | 352 | 3 | 0 | 4 | 4 | 146 | 37 | 136 |
| Binary | 11101101 | 11110100 | 11101010 | 11 | 0 | 100 | 100 | 1100110 | 11111 | 1011110 |
Color Harmonies of #EDF4EA
Complementary color
Monochromatic Colors of #EDF4EA
Black with #EDF4EA
Text Example
Text Example
White with #EDF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4EA; }
p { color: rgb(237,244,234); }
H1.HeaderClassName
{
color: #EDF4EA;
}
.AnyTagClassName
{
color: #EDF4EA;
}
</style>
background-color css
<style>
a { background-color: #EDF4EA; }
a { background-color: rgb(237,244,234); }
div.DivClassName
{
background-color: #EDF4EA;
}
.BgClassName
{
background-color: #EDF4EA;
}
</style>
border-color css
<style>
span { border-color: #EDF4EA; }
span { border-color: rgb(237,244,234); }
td.TdClassName
{
border-color: #EDF4EA;
}
.TagClassName
{
border-color: #EDF4EA;
}
</style>