Shades of Panache #EDF5EA
Tints of Panache #EDF5EA
RGB
CMYK
RGB Variations
Color information
#EDF5EA (or 0xEDF5EA) is known color: Panache. HEX triplet: ED, F5 and EA. RGB value is (237,245,234). Sum of RGB (Red+Green+Blue) = 237+245+234=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5EA is #120A15. Grayscale: #F1F1F1. Windows color (decimal): -1182230 or 15398381. OLE color: 15398381.
HSL color Cylindrical-coordinate representation of color #EDF5EA: hue angle of 103.64º 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 #EDF5EA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 234 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.04 |
| HSL | 103.64º | 0.35% | 0.94% | - |
| HSV(B) | 103.64º | 0.04% | 0.96% | - |
| XYZ | 82.43 | 89.25 | 90.72 | - |
| YUV | 241.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 234 | 0.03 | 0 | 0.04 | 0.04 | 103.64 | 0.35 | 0.94 |
| Hex | ED | F5 | EA | 3 | 0 | 4 | 4 | 68 | 23 | 5E |
| Octal | 355 | 365 | 352 | 3 | 0 | 4 | 4 | 150 | 43 | 136 |
| Binary | 11101101 | 11110101 | 11101010 | 11 | 0 | 100 | 100 | 1101000 | 100011 | 1011110 |
Color Harmonies of #EDF5EA
Complementary color
Monochromatic Colors of #EDF5EA
Black with #EDF5EA
Text Example
Text Example
White with #EDF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5EA; }
p { color: rgb(237,245,234); }
H1.HeaderClassName
{
color: #EDF5EA;
}
.AnyTagClassName
{
color: #EDF5EA;
}
</style>
background-color css
<style>
a { background-color: #EDF5EA; }
a { background-color: rgb(237,245,234); }
div.DivClassName
{
background-color: #EDF5EA;
}
.BgClassName
{
background-color: #EDF5EA;
}
</style>
border-color css
<style>
span { border-color: #EDF5EA; }
span { border-color: rgb(237,245,234); }
td.TdClassName
{
border-color: #EDF5EA;
}
.TagClassName
{
border-color: #EDF5EA;
}
</style>