Shades of Panache #EFFFE8
Tints of Panache #EFFFE8
RGB
CMYK
RGB Variations
Color information
#EFFFE8 (or 0xEFFFE8) is known color: Panache. HEX triplet: EF, FF and E8. RGB value is (239,255,232). Sum of RGB (Red+Green+Blue) = 239+255+232=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 232 (91.02% from 255 or 31.96% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFE8 is #100017. Grayscale: #F7F7F7. Windows color (decimal): -1048600 or 15269871. OLE color: 15269871.
HSL color Cylindrical-coordinate representation of color #EFFFE8: hue angle of 101.74º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFFFE8 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 232 | - |
| CMYK | 0.06 | 0 | 0.09 | 0 |
| HSL | 101.74º | 1% | 0.95% | - |
| HSV(B) | 101.74º | 0.09% | 1% | - |
| XYZ | 85.92 | 95.7 | 90.29 | - |
| YUV | 247.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 232 | 0.06 | 0 | 0.09 | 0 | 101.74 | 1 | 0.95 |
| Hex | EF | FF | E8 | 6 | 0 | 9 | 0 | 66 | 64 | 5F |
| Octal | 357 | 377 | 350 | 6 | 0 | 11 | 0 | 146 | 144 | 137 |
| Binary | 11101111 | 11111111 | 11101000 | 110 | 0 | 1001 | 0 | 1100110 | 1100100 | 1011111 |
Color Harmonies of #EFFFE8
Complementary color
Monochromatic Colors of #EFFFE8
Black with #EFFFE8
Text Example
Text Example
White with #EFFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFE8; }
p { color: rgb(239,255,232); }
H1.HeaderClassName
{
color: #EFFFE8;
}
.AnyTagClassName
{
color: #EFFFE8;
}
</style>
background-color css
<style>
a { background-color: #EFFFE8; }
a { background-color: rgb(239,255,232); }
div.DivClassName
{
background-color: #EFFFE8;
}
.BgClassName
{
background-color: #EFFFE8;
}
</style>
border-color css
<style>
span { border-color: #EFFFE8; }
span { border-color: rgb(239,255,232); }
td.TdClassName
{
border-color: #EFFFE8;
}
.TagClassName
{
border-color: #EFFFE8;
}
</style>