Shades of Panache #EDF9E4
Tints of Panache #EDF9E4
RGB
CMYK
RGB Variations
Color information
#EDF9E4 (or 0xEDF9E4) is known color: Panache. HEX triplet: ED, F9 and E4. RGB value is (237,249,228). Sum of RGB (Red+Green+Blue) = 237+249+228=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 249 (97.66% from 255 or 34.87% from 714); Blue value is 228 (89.45% from 255 or 31.93% from 714); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9E4 is #12061B. Grayscale: #F3F3F3. Windows color (decimal): -1181212 or 15006189. OLE color: 15006189.
HSL color Cylindrical-coordinate representation of color #EDF9E4: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF9E4 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 249 | 228 | - |
CMYK | 0.05 | 0 | 0.08 | 0.02 |
HSL | 94.29º | 0.64% | 0.94% | - |
HSV(B) | 94.29º | 0.08% | 0.98% | - |
XYZ | 82.8 | 91.36 | 86.67 | - |
YUV | 243.02 | 119.52 | 123.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 249 | 228 | 0.05 | 0 | 0.08 | 0.02 | 94.29 | 0.64 | 0.94 |
Hex | ED | F9 | E4 | 5 | 0 | 8 | 2 | 5E | 40 | 5E |
Octal | 355 | 371 | 344 | 5 | 0 | 10 | 2 | 136 | 100 | 136 |
Binary | 11101101 | 11111001 | 11100100 | 101 | 0 | 1000 | 10 | 1011110 | 1000000 | 1011110 |
Color Harmonies of #EDF9E4
Complementary color
Monochromatic Colors of #EDF9E4
Black with #EDF9E4
Text Example
Text Example
White with #EDF9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9E4; }
p { color: rgb(237,249,228); }
H1.HeaderClassName
{
color: #EDF9E4;
}
.AnyTagClassName
{
color: #EDF9E4;
}
</style>
background-color css
<style>
a { background-color: #EDF9E4; }
a { background-color: rgb(237,249,228); }
div.DivClassName
{
background-color: #EDF9E4;
}
.BgClassName
{
background-color: #EDF9E4;
}
</style>
border-color css
<style>
span { border-color: #EDF9E4; }
span { border-color: rgb(237,249,228); }
td.TdClassName
{
border-color: #EDF9E4;
}
.TagClassName
{
border-color: #EDF9E4;
}
</style>