Shades of Panache #EDFBE0
Tints of Panache #EDFBE0
RGB
CMYK
RGB Variations
Color information
#EDFBE0 (or 0xEDFBE0) is known color: Panache. HEX triplet: ED, FB and E0. RGB value is (237,251,224). Sum of RGB (Red+Green+Blue) = 237+251+224=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBE0 is #12041F. Grayscale: #F3F3F3. Windows color (decimal): -1180704 or 14744557. OLE color: 14744557.
HSL color Cylindrical-coordinate representation of color #EDFBE0: hue angle of 91.11º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDFBE0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 224 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.02 |
| HSL | 91.11º | 0.77% | 0.93% | - |
| HSV(B) | 91.11º | 0.11% | 0.98% | - |
| XYZ | 82.88 | 92.38 | 83.98 | - |
| YUV | 243.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 224 | 0.06 | 0 | 0.11 | 0.02 | 91.11 | 0.77 | 0.93 |
| Hex | ED | FB | E0 | 6 | 0 | B | 2 | 5B | 4D | 5D |
| Octal | 355 | 373 | 340 | 6 | 0 | 13 | 2 | 133 | 115 | 135 |
| Binary | 11101101 | 11111011 | 11100000 | 110 | 0 | 1011 | 10 | 1011011 | 1001101 | 1011101 |
Color Harmonies of #EDFBE0
Complementary color
Monochromatic Colors of #EDFBE0
Black with #EDFBE0
Text Example
Text Example
White with #EDFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBE0; }
p { color: rgb(237,251,224); }
H1.HeaderClassName
{
color: #EDFBE0;
}
.AnyTagClassName
{
color: #EDFBE0;
}
</style>
background-color css
<style>
a { background-color: #EDFBE0; }
a { background-color: rgb(237,251,224); }
div.DivClassName
{
background-color: #EDFBE0;
}
.BgClassName
{
background-color: #EDFBE0;
}
</style>
border-color css
<style>
span { border-color: #EDFBE0; }
span { border-color: rgb(237,251,224); }
td.TdClassName
{
border-color: #EDFBE0;
}
.TagClassName
{
border-color: #EDFBE0;
}
</style>