Shades of Panache #EFFDE0
Tints of Panache #EFFDE0
RGB
CMYK
RGB Variations
Color information
#EFFDE0 (or 0xEFFDE0) is known color: Panache. HEX triplet: EF, FD and E0. RGB value is (239,253,224). Sum of RGB (Red+Green+Blue) = 239+253+224=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDE0 is #10021F. Grayscale: #F5F5F5. Windows color (decimal): -1049120 or 14745071. OLE color: 14745071.
HSL color Cylindrical-coordinate representation of color #EFFDE0: hue angle of 88.97º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFDE0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 224 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.01 |
| HSL | 88.97º | 0.88% | 0.94% | - |
| HSV(B) | 88.97º | 0.11% | 0.99% | - |
| XYZ | 84.18 | 93.98 | 84.23 | - |
| YUV | 245.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 224 | 0.06 | 0 | 0.11 | 0.01 | 88.97 | 0.88 | 0.94 |
| Hex | EF | FD | E0 | 6 | 0 | B | 1 | 59 | 58 | 5E |
| Octal | 357 | 375 | 340 | 6 | 0 | 13 | 1 | 131 | 130 | 136 |
| Binary | 11101111 | 11111101 | 11100000 | 110 | 0 | 1011 | 1 | 1011001 | 1011000 | 1011110 |
Color Harmonies of #EFFDE0
Complementary color
Monochromatic Colors of #EFFDE0
Black with #EFFDE0
Text Example
Text Example
White with #EFFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDE0; }
p { color: rgb(239,253,224); }
H1.HeaderClassName
{
color: #EFFDE0;
}
.AnyTagClassName
{
color: #EFFDE0;
}
</style>
background-color css
<style>
a { background-color: #EFFDE0; }
a { background-color: rgb(239,253,224); }
div.DivClassName
{
background-color: #EFFDE0;
}
.BgClassName
{
background-color: #EFFDE0;
}
</style>
border-color css
<style>
span { border-color: #EFFDE0; }
span { border-color: rgb(239,253,224); }
td.TdClassName
{
border-color: #EFFDE0;
}
.TagClassName
{
border-color: #EFFDE0;
}
</style>