Shades of Panache #EFFBEC
Tints of Panache #EFFBEC
RGB
CMYK
RGB Variations
Color information
#EFFBEC (or 0xEFFBEC) is known color: Panache. HEX triplet: EF, FB and EC. RGB value is (239,251,236). Sum of RGB (Red+Green+Blue) = 239+251+236=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBEC is #100413. Grayscale: #F5F5F5. Windows color (decimal): -1049620 or 15530991. OLE color: 15530991.
HSL color Cylindrical-coordinate representation of color #EFFBEC: hue angle of 108º degrees, saturation: 0.65, 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 #EFFBEC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 236 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.02 |
| HSL | 108º | 0.65% | 0.95% | - |
| HSV(B) | 108º | 0.06% | 0.98% | - |
| XYZ | 85.23 | 93.4 | 92.89 | - |
| YUV | 245.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 236 | 0.05 | 0 | 0.06 | 0.02 | 108 | 0.65 | 0.95 |
| Hex | EF | FB | EC | 5 | 0 | 6 | 2 | 6C | 41 | 5F |
| Octal | 357 | 373 | 354 | 5 | 0 | 6 | 2 | 154 | 101 | 137 |
| Binary | 11101111 | 11111011 | 11101100 | 101 | 0 | 110 | 10 | 1101100 | 1000001 | 1011111 |
Color Harmonies of #EFFBEC
Complementary color
Monochromatic Colors of #EFFBEC
Black with #EFFBEC
Text Example
Text Example
White with #EFFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBEC; }
p { color: rgb(239,251,236); }
H1.HeaderClassName
{
color: #EFFBEC;
}
.AnyTagClassName
{
color: #EFFBEC;
}
</style>
background-color css
<style>
a { background-color: #EFFBEC; }
a { background-color: rgb(239,251,236); }
div.DivClassName
{
background-color: #EFFBEC;
}
.BgClassName
{
background-color: #EFFBEC;
}
</style>
border-color css
<style>
span { border-color: #EFFBEC; }
span { border-color: rgb(239,251,236); }
td.TdClassName
{
border-color: #EFFBEC;
}
.TagClassName
{
border-color: #EFFBEC;
}
</style>