Shades of Panache #EAF5E1
Tints of Panache #EAF5E1
RGB
CMYK
RGB Variations
Color information
#EAF5E1 (or 0xEAF5E1) is known color: Panache. HEX triplet: EA, F5 and E1. RGB value is (234,245,225). Sum of RGB (Red+Green+Blue) = 234+245+225=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5E1 is #150A1E. Grayscale: #EFEFEF. Windows color (decimal): -1378847 or 14808554. OLE color: 14808554.
HSL color Cylindrical-coordinate representation of color #EAF5E1: hue angle of 93º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF5E1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 245 | 225 | - |
CMYK | 0.04 | 0 | 0.08 | 0.04 |
HSL | 93º | 0.5% | 0.92% | - |
HSV(B) | 93º | 0.08% | 0.96% | - |
XYZ | 80.17 | 88.23 | 84.04 | - |
YUV | 239.43 | 119.86 | 124.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 245 | 225 | 0.04 | 0 | 0.08 | 0.04 | 93 | 0.5 | 0.92 |
Hex | EA | F5 | E1 | 4 | 0 | 8 | 4 | 5D | 32 | 5C |
Octal | 352 | 365 | 341 | 4 | 0 | 10 | 4 | 135 | 62 | 134 |
Binary | 11101010 | 11110101 | 11100001 | 100 | 0 | 1000 | 100 | 1011101 | 110010 | 1011100 |
Color Harmonies of #EAF5E1
Complementary color
Monochromatic Colors of #EAF5E1
Black with #EAF5E1
Text Example
Text Example
White with #EAF5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5E1; }
p { color: rgb(234,245,225); }
H1.HeaderClassName
{
color: #EAF5E1;
}
.AnyTagClassName
{
color: #EAF5E1;
}
</style>
background-color css
<style>
a { background-color: #EAF5E1; }
a { background-color: rgb(234,245,225); }
div.DivClassName
{
background-color: #EAF5E1;
}
.BgClassName
{
background-color: #EAF5E1;
}
</style>
border-color css
<style>
span { border-color: #EAF5E1; }
span { border-color: rgb(234,245,225); }
td.TdClassName
{
border-color: #EAF5E1;
}
.TagClassName
{
border-color: #EAF5E1;
}
</style>