Shades of Panache #EAFFE5
Tints of Panache #EAFFE5
RGB
CMYK
RGB Variations
Color information
#EAFFE5 (or 0xEAFFE5) is known color: Panache. HEX triplet: EA, FF and E5. RGB value is (234,255,229). Sum of RGB (Red+Green+Blue) = 234+255+229=718 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.59% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFE5 is #15001A. Grayscale: #F5F5F5. Windows color (decimal): -1376283 or 15073258. OLE color: 15073258.
HSL color Cylindrical-coordinate representation of color #EAFFE5: hue angle of 108.46º 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 #EAFFE5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 229 | - |
| CMYK | 0.08 | 0 | 0.10 | 0 |
| HSL | 108.46º | 1% | 0.95% | - |
| HSV(B) | 108.46º | 0.1% | 1% | - |
| XYZ | 83.83 | 94.67 | 87.98 | - |
| YUV | 245.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 229 | 0.08 | 0 | 0.10 | 0 | 108.46 | 1 | 0.95 |
| Hex | EA | FF | E5 | 8 | 0 | A | 0 | 6C | 64 | 5F |
| Octal | 352 | 377 | 345 | 10 | 0 | 12 | 0 | 154 | 144 | 137 |
| Binary | 11101010 | 11111111 | 11100101 | 1000 | 0 | 1010 | 0 | 1101100 | 1100100 | 1011111 |
Color Harmonies of #EAFFE5
Complementary color
Monochromatic Colors of #EAFFE5
Black with #EAFFE5
Text Example
Text Example
White with #EAFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFE5; }
p { color: rgb(234,255,229); }
H1.HeaderClassName
{
color: #EAFFE5;
}
.AnyTagClassName
{
color: #EAFFE5;
}
</style>
background-color css
<style>
a { background-color: #EAFFE5; }
a { background-color: rgb(234,255,229); }
div.DivClassName
{
background-color: #EAFFE5;
}
.BgClassName
{
background-color: #EAFFE5;
}
</style>
border-color css
<style>
span { border-color: #EAFFE5; }
span { border-color: rgb(234,255,229); }
td.TdClassName
{
border-color: #EAFFE5;
}
.TagClassName
{
border-color: #EAFFE5;
}
</style>