Shades of Panache #EFFAEA
Tints of Panache #EFFAEA
RGB
CMYK
RGB Variations
Color information
#EFFAEA (or 0xEFFAEA) is known color: Panache. HEX triplet: EF, FA and EA. RGB value is (239,250,234). Sum of RGB (Red+Green+Blue) = 239+250+234=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAEA is #100515. Grayscale: #F4F4F4. Windows color (decimal): -1049878 or 15399663. OLE color: 15399663.
HSL color Cylindrical-coordinate representation of color #EFFAEA: hue angle of 101.25º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFAEA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 234 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.02 |
| HSL | 101.25º | 0.62% | 0.95% | - |
| HSV(B) | 101.25º | 0.06% | 0.98% | - |
| XYZ | 84.63 | 92.66 | 91.27 | - |
| YUV | 244.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 234 | 0.04 | 0 | 0.06 | 0.02 | 101.25 | 0.62 | 0.95 |
| Hex | EF | FA | EA | 4 | 0 | 6 | 2 | 65 | 3E | 5F |
| Octal | 357 | 372 | 352 | 4 | 0 | 6 | 2 | 145 | 76 | 137 |
| Binary | 11101111 | 11111010 | 11101010 | 100 | 0 | 110 | 10 | 1100101 | 111110 | 1011111 |
Color Harmonies of #EFFAEA
Complementary color
Monochromatic Colors of #EFFAEA
Black with #EFFAEA
Text Example
Text Example
White with #EFFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAEA; }
p { color: rgb(239,250,234); }
H1.HeaderClassName
{
color: #EFFAEA;
}
.AnyTagClassName
{
color: #EFFAEA;
}
</style>
background-color css
<style>
a { background-color: #EFFAEA; }
a { background-color: rgb(239,250,234); }
div.DivClassName
{
background-color: #EFFAEA;
}
.BgClassName
{
background-color: #EFFAEA;
}
</style>
border-color css
<style>
span { border-color: #EFFAEA; }
span { border-color: rgb(239,250,234); }
td.TdClassName
{
border-color: #EFFAEA;
}
.TagClassName
{
border-color: #EFFAEA;
}
</style>