Shades of Panache #EFFCEA
Tints of Panache #EFFCEA
RGB
CMYK
RGB Variations
Color information
#EFFCEA (or 0xEFFCEA) is known color: Panache. HEX triplet: EF, FC and EA. RGB value is (239,252,234). Sum of RGB (Red+Green+Blue) = 239+252+234=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCEA is #100315. Grayscale: #F6F6F6. Windows color (decimal): -1049366 or 15400175. OLE color: 15400175.
HSL color Cylindrical-coordinate representation of color #EFFCEA: hue angle of 103.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFFCEA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 234 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.01 |
| HSL | 103.33º | 0.75% | 0.95% | - |
| HSV(B) | 103.33º | 0.07% | 0.99% | - |
| XYZ | 85.26 | 93.91 | 91.48 | - |
| YUV | 246.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 234 | 0.05 | 0 | 0.07 | 0.01 | 103.33 | 0.75 | 0.95 |
| Hex | EF | FC | EA | 5 | 0 | 7 | 1 | 67 | 4B | 5F |
| Octal | 357 | 374 | 352 | 5 | 0 | 7 | 1 | 147 | 113 | 137 |
| Binary | 11101111 | 11111100 | 11101010 | 101 | 0 | 111 | 1 | 1100111 | 1001011 | 1011111 |
Color Harmonies of #EFFCEA
Complementary color
Monochromatic Colors of #EFFCEA
Black with #EFFCEA
Text Example
Text Example
White with #EFFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCEA; }
p { color: rgb(239,252,234); }
H1.HeaderClassName
{
color: #EFFCEA;
}
.AnyTagClassName
{
color: #EFFCEA;
}
</style>
background-color css
<style>
a { background-color: #EFFCEA; }
a { background-color: rgb(239,252,234); }
div.DivClassName
{
background-color: #EFFCEA;
}
.BgClassName
{
background-color: #EFFCEA;
}
</style>
border-color css
<style>
span { border-color: #EFFCEA; }
span { border-color: rgb(239,252,234); }
td.TdClassName
{
border-color: #EFFCEA;
}
.TagClassName
{
border-color: #EFFCEA;
}
</style>