Shades of Panache #EFFFE4
Tints of Panache #EFFFE4
RGB
CMYK
RGB Variations
Color information
#EFFFE4 (or 0xEFFFE4) is known color: Panache. HEX triplet: EF, FF and E4. RGB value is (239,255,228). Sum of RGB (Red+Green+Blue) = 239+255+228=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 228 (89.45% from 255 or 31.58% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFE4 is #10001B. Grayscale: #F7F7F7. Windows color (decimal): -1048604 or 15007727. OLE color: 15007727.
HSL color Cylindrical-coordinate representation of color #EFFFE4: hue angle of 95.56º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFFE4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 228 | - |
| CMYK | 0.06 | 0 | 0.11 | 0 |
| HSL | 95.56º | 1% | 0.95% | - |
| HSV(B) | 95.56º | 0.11% | 1% | - |
| XYZ | 85.36 | 95.47 | 87.33 | - |
| YUV | 247.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 228 | 0.06 | 0 | 0.11 | 0 | 95.56 | 1 | 0.95 |
| Hex | EF | FF | E4 | 6 | 0 | B | 0 | 60 | 64 | 5F |
| Octal | 357 | 377 | 344 | 6 | 0 | 13 | 0 | 140 | 144 | 137 |
| Binary | 11101111 | 11111111 | 11100100 | 110 | 0 | 1011 | 0 | 1100000 | 1100100 | 1011111 |
Color Harmonies of #EFFFE4
Complementary color
Monochromatic Colors of #EFFFE4
Black with #EFFFE4
Text Example
Text Example
White with #EFFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFE4; }
p { color: rgb(239,255,228); }
H1.HeaderClassName
{
color: #EFFFE4;
}
.AnyTagClassName
{
color: #EFFFE4;
}
</style>
background-color css
<style>
a { background-color: #EFFFE4; }
a { background-color: rgb(239,255,228); }
div.DivClassName
{
background-color: #EFFFE4;
}
.BgClassName
{
background-color: #EFFFE4;
}
</style>
border-color css
<style>
span { border-color: #EFFFE4; }
span { border-color: rgb(239,255,228); }
td.TdClassName
{
border-color: #EFFFE4;
}
.TagClassName
{
border-color: #EFFFE4;
}
</style>