Shades of Panache #EFFEE0
Tints of Panache #EFFEE0
RGB
CMYK
RGB Variations
Color information
#EFFEE0 (or 0xEFFEE0) is known color: Panache. HEX triplet: EF, FE and E0. RGB value is (239,254,224). Sum of RGB (Red+Green+Blue) = 239+254+224=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEE0 is #10011F. Grayscale: #F6F6F6. Windows color (decimal): -1048864 or 14745327. OLE color: 14745327.
HSL color Cylindrical-coordinate representation of color #EFFEE0: hue angle of 90º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFEE0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 224 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.00 |
| HSL | 90º | 0.94% | 0.94% | - |
| HSV(B) | 90º | 0.12% | 1% | - |
| XYZ | 84.49 | 94.62 | 84.33 | - |
| YUV | 246.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 224 | 0.06 | 0 | 0.12 | 0.00 | 90 | 0.94 | 0.94 |
| Hex | EF | FE | E0 | 6 | 0 | C | 0 | 5A | 5E | 5E |
| Octal | 357 | 376 | 340 | 6 | 0 | 14 | 0 | 132 | 136 | 136 |
| Binary | 11101111 | 11111110 | 11100000 | 110 | 0 | 1100 | 0 | 1011010 | 1011110 | 1011110 |
Color Harmonies of #EFFEE0
Complementary color
Monochromatic Colors of #EFFEE0
Black with #EFFEE0
Text Example
Text Example
White with #EFFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEE0; }
p { color: rgb(239,254,224); }
H1.HeaderClassName
{
color: #EFFEE0;
}
.AnyTagClassName
{
color: #EFFEE0;
}
</style>
background-color css
<style>
a { background-color: #EFFEE0; }
a { background-color: rgb(239,254,224); }
div.DivClassName
{
background-color: #EFFEE0;
}
.BgClassName
{
background-color: #EFFEE0;
}
</style>
border-color css
<style>
span { border-color: #EFFEE0; }
span { border-color: rgb(239,254,224); }
td.TdClassName
{
border-color: #EFFEE0;
}
.TagClassName
{
border-color: #EFFEE0;
}
</style>