Shades of Panache #EFFFE1
Tints of Panache #EFFFE1
RGB
CMYK
RGB Variations
Color information
#EFFFE1 (or 0xEFFFE1) is known color: Panache. HEX triplet: EF, FF and E1. RGB value is (239,255,225). Sum of RGB (Red+Green+Blue) = 239+255+225=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 225 (88.28% from 255 or 31.29% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFE1 is #10001E. Grayscale: #F6F6F6. Windows color (decimal): -1048607 or 14811119. OLE color: 14811119.
HSL color Cylindrical-coordinate representation of color #EFFFE1: hue angle of 92º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFFE1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 225 | - |
| CMYK | 0.06 | 0 | 0.12 | 0 |
| HSL | 92º | 1% | 0.94% | - |
| HSV(B) | 92º | 0.12% | 1% | - |
| XYZ | 84.95 | 95.31 | 85.15 | - |
| YUV | 246.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 225 | 0.06 | 0 | 0.12 | 0 | 92 | 1 | 0.94 |
| Hex | EF | FF | E1 | 6 | 0 | C | 0 | 5C | 64 | 5E |
| Octal | 357 | 377 | 341 | 6 | 0 | 14 | 0 | 134 | 144 | 136 |
| Binary | 11101111 | 11111111 | 11100001 | 110 | 0 | 1100 | 0 | 1011100 | 1100100 | 1011110 |
Color Harmonies of #EFFFE1
Complementary color
Monochromatic Colors of #EFFFE1
Black with #EFFFE1
Text Example
Text Example
White with #EFFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFE1; }
p { color: rgb(239,255,225); }
H1.HeaderClassName
{
color: #EFFFE1;
}
.AnyTagClassName
{
color: #EFFFE1;
}
</style>
background-color css
<style>
a { background-color: #EFFFE1; }
a { background-color: rgb(239,255,225); }
div.DivClassName
{
background-color: #EFFFE1;
}
.BgClassName
{
background-color: #EFFFE1;
}
</style>
border-color css
<style>
span { border-color: #EFFFE1; }
span { border-color: rgb(239,255,225); }
td.TdClassName
{
border-color: #EFFFE1;
}
.TagClassName
{
border-color: #EFFFE1;
}
</style>