Shades of Panache #EDF1EA
Tints of Panache #EDF1EA
RGB
CMYK
RGB Variations
Color information
#EDF1EA (or 0xEDF1EA) is known color: Panache. HEX triplet: ED, F1 and EA. RGB value is (237,241,234). Sum of RGB (Red+Green+Blue) = 237+241+234=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1EA is #120E15. Grayscale: #EFEFEF. Windows color (decimal): -1183254 or 15397357. OLE color: 15397357.
HSL color Cylindrical-coordinate representation of color #EDF1EA: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF1EA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 234 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.05 |
| HSL | 94.29º | 0.2% | 0.93% | - |
| HSV(B) | 94.29º | 0.03% | 0.95% | - |
| XYZ | 81.23 | 86.86 | 90.33 | - |
| YUV | 239.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 234 | 0.02 | 0 | 0.03 | 0.05 | 94.29 | 0.2 | 0.93 |
| Hex | ED | F1 | EA | 2 | 0 | 3 | 5 | 5E | 14 | 5D |
| Octal | 355 | 361 | 352 | 2 | 0 | 3 | 5 | 136 | 24 | 135 |
| Binary | 11101101 | 11110001 | 11101010 | 10 | 0 | 11 | 101 | 1011110 | 10100 | 1011101 |
Color Harmonies of #EDF1EA
Complementary color
Monochromatic Colors of #EDF1EA
Black with #EDF1EA
Text Example
Text Example
White with #EDF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1EA; }
p { color: rgb(237,241,234); }
H1.HeaderClassName
{
color: #EDF1EA;
}
.AnyTagClassName
{
color: #EDF1EA;
}
</style>
background-color css
<style>
a { background-color: #EDF1EA; }
a { background-color: rgb(237,241,234); }
div.DivClassName
{
background-color: #EDF1EA;
}
.BgClassName
{
background-color: #EDF1EA;
}
</style>
border-color css
<style>
span { border-color: #EDF1EA; }
span { border-color: rgb(237,241,234); }
td.TdClassName
{
border-color: #EDF1EA;
}
.TagClassName
{
border-color: #EDF1EA;
}
</style>