Shades of Panache #EFFAE5
Tints of Panache #EFFAE5
RGB
CMYK
RGB Variations
Color information
#EFFAE5 (or 0xEFFAE5) is known color: Panache. HEX triplet: EF, FA and E5. RGB value is (239,250,229). Sum of RGB (Red+Green+Blue) = 239+250+229=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAE5 is #10051A. Grayscale: #F4F4F4. Windows color (decimal): -1049883 or 15071983. OLE color: 15071983.
HSL color Cylindrical-coordinate representation of color #EFFAE5: hue angle of 91.43º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFFAE5 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 229 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.02 |
| HSL | 91.43º | 0.68% | 0.94% | - |
| HSV(B) | 91.43º | 0.08% | 0.98% | - |
| XYZ | 83.93 | 92.38 | 87.54 | - |
| YUV | 244.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 229 | 0.04 | 0 | 0.08 | 0.02 | 91.43 | 0.68 | 0.94 |
| Hex | EF | FA | E5 | 4 | 0 | 8 | 2 | 5B | 44 | 5E |
| Octal | 357 | 372 | 345 | 4 | 0 | 10 | 2 | 133 | 104 | 136 |
| Binary | 11101111 | 11111010 | 11100101 | 100 | 0 | 1000 | 10 | 1011011 | 1000100 | 1011110 |
Color Harmonies of #EFFAE5
Complementary color
Monochromatic Colors of #EFFAE5
Black with #EFFAE5
Text Example
Text Example
White with #EFFAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAE5; }
p { color: rgb(239,250,229); }
H1.HeaderClassName
{
color: #EFFAE5;
}
.AnyTagClassName
{
color: #EFFAE5;
}
</style>
background-color css
<style>
a { background-color: #EFFAE5; }
a { background-color: rgb(239,250,229); }
div.DivClassName
{
background-color: #EFFAE5;
}
.BgClassName
{
background-color: #EFFAE5;
}
</style>
border-color css
<style>
span { border-color: #EFFAE5; }
span { border-color: rgb(239,250,229); }
td.TdClassName
{
border-color: #EFFAE5;
}
.TagClassName
{
border-color: #EFFAE5;
}
</style>