Shades of Panache #EFFBE5
Tints of Panache #EFFBE5
RGB
CMYK
RGB Variations
Color information
#EFFBE5 (or 0xEFFBE5) is known color: Panache. HEX triplet: EF, FB and E5. RGB value is (239,251,229). Sum of RGB (Red+Green+Blue) = 239+251+229=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 229 (89.84% from 255 or 31.85% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBE5 is #10041A. Grayscale: #F4F4F4. Windows color (decimal): -1049627 or 15072239. OLE color: 15072239.
HSL color Cylindrical-coordinate representation of color #EFFBE5: hue angle of 92.73º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFFBE5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 229 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.02 |
| HSL | 92.73º | 0.73% | 0.94% | - |
| HSV(B) | 92.73º | 0.09% | 0.98% | - |
| XYZ | 84.24 | 93 | 87.64 | - |
| YUV | 244.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 229 | 0.05 | 0 | 0.09 | 0.02 | 92.73 | 0.73 | 0.94 |
| Hex | EF | FB | E5 | 5 | 0 | 9 | 2 | 5D | 49 | 5E |
| Octal | 357 | 373 | 345 | 5 | 0 | 11 | 2 | 135 | 111 | 136 |
| Binary | 11101111 | 11111011 | 11100101 | 101 | 0 | 1001 | 10 | 1011101 | 1001001 | 1011110 |
Color Harmonies of #EFFBE5
Complementary color
Monochromatic Colors of #EFFBE5
Black with #EFFBE5
Text Example
Text Example
White with #EFFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBE5; }
p { color: rgb(239,251,229); }
H1.HeaderClassName
{
color: #EFFBE5;
}
.AnyTagClassName
{
color: #EFFBE5;
}
</style>
background-color css
<style>
a { background-color: #EFFBE5; }
a { background-color: rgb(239,251,229); }
div.DivClassName
{
background-color: #EFFBE5;
}
.BgClassName
{
background-color: #EFFBE5;
}
</style>
border-color css
<style>
span { border-color: #EFFBE5; }
span { border-color: rgb(239,251,229); }
td.TdClassName
{
border-color: #EFFBE5;
}
.TagClassName
{
border-color: #EFFBE5;
}
</style>