Shades of Panache #EAFDE0
Tints of Panache #EAFDE0
RGB
CMYK
RGB Variations
Color information
#EAFDE0 (or 0xEAFDE0) is known color: Panache. HEX triplet: EA, FD and E0. RGB value is (234,253,224). Sum of RGB (Red+Green+Blue) = 234+253+224=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDE0 is #15021F. Grayscale: #F4F4F4. Windows color (decimal): -1376800 or 14745066. OLE color: 14745066.
HSL color Cylindrical-coordinate representation of color #EAFDE0: hue angle of 99.31º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAFDE0 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 224 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.01 |
| HSL | 99.31º | 0.88% | 0.94% | - |
| HSV(B) | 99.31º | 0.11% | 0.99% | - |
| XYZ | 82.51 | 93.12 | 84.15 | - |
| YUV | 244.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 224 | 0.08 | 0 | 0.11 | 0.01 | 99.31 | 0.88 | 0.94 |
| Hex | EA | FD | E0 | 8 | 0 | B | 1 | 63 | 58 | 5E |
| Octal | 352 | 375 | 340 | 10 | 0 | 13 | 1 | 143 | 130 | 136 |
| Binary | 11101010 | 11111101 | 11100000 | 1000 | 0 | 1011 | 1 | 1100011 | 1011000 | 1011110 |
Color Harmonies of #EAFDE0
Complementary color
Monochromatic Colors of #EAFDE0
Black with #EAFDE0
Text Example
Text Example
White with #EAFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDE0; }
p { color: rgb(234,253,224); }
H1.HeaderClassName
{
color: #EAFDE0;
}
.AnyTagClassName
{
color: #EAFDE0;
}
</style>
background-color css
<style>
a { background-color: #EAFDE0; }
a { background-color: rgb(234,253,224); }
div.DivClassName
{
background-color: #EAFDE0;
}
.BgClassName
{
background-color: #EAFDE0;
}
</style>
border-color css
<style>
span { border-color: #EAFDE0; }
span { border-color: rgb(234,253,224); }
td.TdClassName
{
border-color: #EAFDE0;
}
.TagClassName
{
border-color: #EAFDE0;
}
</style>