Shades of Panache #EDFEE0
Tints of Panache #EDFEE0
RGB
CMYK
RGB Variations
Color information
#EDFEE0 (or 0xEDFEE0) is known color: Panache. HEX triplet: ED, FE and E0. RGB value is (237,254,224). Sum of RGB (Red+Green+Blue) = 237+254+224=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEE0 is #12011F. Grayscale: #F5F5F5. Windows color (decimal): -1179936 or 14745325. OLE color: 14745325.
HSL color Cylindrical-coordinate representation of color #EDFEE0: hue angle of 94º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFEE0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 224 | - |
CMYK | 0.07 | 0 | 0.12 | 0.00 |
HSL | 94º | 0.94% | 0.94% | - |
HSV(B) | 94º | 0.12% | 1% | - |
XYZ | 83.82 | 94.27 | 84.3 | - |
YUV | 245.5 | 115.87 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 224 | 0.07 | 0 | 0.12 | 0.00 | 94 | 0.94 | 0.94 |
Hex | ED | FE | E0 | 7 | 0 | C | 0 | 5E | 5E | 5E |
Octal | 355 | 376 | 340 | 7 | 0 | 14 | 0 | 136 | 136 | 136 |
Binary | 11101101 | 11111110 | 11100000 | 111 | 0 | 1100 | 0 | 1011110 | 1011110 | 1011110 |
Color Harmonies of #EDFEE0
Complementary color
Monochromatic Colors of #EDFEE0
Black with #EDFEE0
Text Example
Text Example
White with #EDFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEE0; }
p { color: rgb(237,254,224); }
H1.HeaderClassName
{
color: #EDFEE0;
}
.AnyTagClassName
{
color: #EDFEE0;
}
</style>
background-color css
<style>
a { background-color: #EDFEE0; }
a { background-color: rgb(237,254,224); }
div.DivClassName
{
background-color: #EDFEE0;
}
.BgClassName
{
background-color: #EDFEE0;
}
</style>
border-color css
<style>
span { border-color: #EDFEE0; }
span { border-color: rgb(237,254,224); }
td.TdClassName
{
border-color: #EDFEE0;
}
.TagClassName
{
border-color: #EDFEE0;
}
</style>