Shades of Panache #EDF5E5
Tints of Panache #EDF5E5
RGB
CMYK
RGB Variations
Color information
#EDF5E5 (or 0xEDF5E5) is known color: Panache. HEX triplet: ED, F5 and E5. RGB value is (237,245,229). Sum of RGB (Red+Green+Blue) = 237+245+229=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 245 (96.09% from 255 or 34.46% from 711); Blue value is 229 (89.84% from 255 or 32.21% from 711); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5E5 is #120A1A. Grayscale: #F0F0F0. Windows color (decimal): -1182235 or 15070701. OLE color: 15070701.
HSL color Cylindrical-coordinate representation of color #EDF5E5: hue angle of 90º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF5E5 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 245 | 229 | - |
CMYK | 0.03 | 0 | 0.07 | 0.04 |
HSL | 90º | 0.44% | 0.93% | - |
HSV(B) | 90º | 0.07% | 0.96% | - |
XYZ | 81.72 | 88.97 | 86.99 | - |
YUV | 240.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 245 | 229 | 0.03 | 0 | 0.07 | 0.04 | 90 | 0.44 | 0.93 |
Hex | ED | F5 | E5 | 3 | 0 | 7 | 4 | 5A | 2C | 5D |
Octal | 355 | 365 | 345 | 3 | 0 | 7 | 4 | 132 | 54 | 135 |
Binary | 11101101 | 11110101 | 11100101 | 11 | 0 | 111 | 100 | 1011010 | 101100 | 1011101 |
Color Harmonies of #EDF5E5
Complementary color
Monochromatic Colors of #EDF5E5
Black with #EDF5E5
Text Example
Text Example
White with #EDF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5E5; }
p { color: rgb(237,245,229); }
H1.HeaderClassName
{
color: #EDF5E5;
}
.AnyTagClassName
{
color: #EDF5E5;
}
</style>
background-color css
<style>
a { background-color: #EDF5E5; }
a { background-color: rgb(237,245,229); }
div.DivClassName
{
background-color: #EDF5E5;
}
.BgClassName
{
background-color: #EDF5E5;
}
</style>
border-color css
<style>
span { border-color: #EDF5E5; }
span { border-color: rgb(237,245,229); }
td.TdClassName
{
border-color: #EDF5E5;
}
.TagClassName
{
border-color: #EDF5E5;
}
</style>