Shades of Panache #E5FAE0
Tints of Panache #E5FAE0
RGB
CMYK
RGB Variations
Color information
#E5FAE0 (or 0xE5FAE0) is known color: Panache. HEX triplet: E5, FA and E0. RGB value is (229,250,224). Sum of RGB (Red+Green+Blue) = 229+250+224=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 224 (87.89% from 255 or 31.86% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FAE0 is #1A051F. Grayscale: #F0F0F0. Windows color (decimal): -1705248 or 14744293. OLE color: 14744293.
HSL color Cylindrical-coordinate representation of color #E5FAE0: hue angle of 108.46º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FAE0 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 224 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.02 |
| HSL | 108.46º | 0.72% | 0.93% | - |
| HSV(B) | 108.46º | 0.1% | 0.98% | - |
| XYZ | 79.95 | 90.41 | 83.76 | - |
| YUV | 240.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 224 | 0.08 | 0 | 0.10 | 0.02 | 108.46 | 0.72 | 0.93 |
| Hex | E5 | FA | E0 | 8 | 0 | A | 2 | 6C | 48 | 5D |
| Octal | 345 | 372 | 340 | 10 | 0 | 12 | 2 | 154 | 110 | 135 |
| Binary | 11100101 | 11111010 | 11100000 | 1000 | 0 | 1010 | 10 | 1101100 | 1001000 | 1011101 |
Color Harmonies of #E5FAE0
Complementary color
Monochromatic Colors of #E5FAE0
Black with #E5FAE0
Text Example
Text Example
White with #E5FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAE0; }
p { color: rgb(229,250,224); }
H1.HeaderClassName
{
color: #E5FAE0;
}
.AnyTagClassName
{
color: #E5FAE0;
}
</style>
background-color css
<style>
a { background-color: #E5FAE0; }
a { background-color: rgb(229,250,224); }
div.DivClassName
{
background-color: #E5FAE0;
}
.BgClassName
{
background-color: #E5FAE0;
}
</style>
border-color css
<style>
span { border-color: #E5FAE0; }
span { border-color: rgb(229,250,224); }
td.TdClassName
{
border-color: #E5FAE0;
}
.TagClassName
{
border-color: #E5FAE0;
}
</style>