Shades of Panache #EFFFE6
Tints of Panache #EFFFE6
RGB
CMYK
RGB Variations
Color information
#EFFFE6 (or 0xEFFFE6) is known color: Panache. HEX triplet: EF, FF and E6. RGB value is (239,255,230). Sum of RGB (Red+Green+Blue) = 239+255+230=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFE6 is #100019. Grayscale: #F7F7F7. Windows color (decimal): -1048602 or 15138799. OLE color: 15138799.
HSL color Cylindrical-coordinate representation of color #EFFFE6: hue angle of 98.4º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFFFE6 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 230 | - |
| CMYK | 0.06 | 0 | 0.10 | 0 |
| HSL | 98.4º | 1% | 0.95% | - |
| HSV(B) | 98.4º | 0.1% | 1% | - |
| XYZ | 85.64 | 95.58 | 88.8 | - |
| YUV | 247.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 230 | 0.06 | 0 | 0.10 | 0 | 98.4 | 1 | 0.95 |
| Hex | EF | FF | E6 | 6 | 0 | A | 0 | 62 | 64 | 5F |
| Octal | 357 | 377 | 346 | 6 | 0 | 12 | 0 | 142 | 144 | 137 |
| Binary | 11101111 | 11111111 | 11100110 | 110 | 0 | 1010 | 0 | 1100010 | 1100100 | 1011111 |
Color Harmonies of #EFFFE6
Complementary color
Monochromatic Colors of #EFFFE6
Black with #EFFFE6
Text Example
Text Example
White with #EFFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFE6; }
p { color: rgb(239,255,230); }
H1.HeaderClassName
{
color: #EFFFE6;
}
.AnyTagClassName
{
color: #EFFFE6;
}
</style>
background-color css
<style>
a { background-color: #EFFFE6; }
a { background-color: rgb(239,255,230); }
div.DivClassName
{
background-color: #EFFFE6;
}
.BgClassName
{
background-color: #EFFFE6;
}
</style>
border-color css
<style>
span { border-color: #EFFFE6; }
span { border-color: rgb(239,255,230); }
td.TdClassName
{
border-color: #EFFFE6;
}
.TagClassName
{
border-color: #EFFFE6;
}
</style>