Shades of Panache #EAF5E7
Tints of Panache #EAF5E7
RGB
CMYK
RGB Variations
Color information
#EAF5E7 (or 0xEAF5E7) is known color: Panache. HEX triplet: EA, F5 and E7. RGB value is (234,245,231). Sum of RGB (Red+Green+Blue) = 234+245+231=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5E7 is #150A18. Grayscale: #F0F0F0. Windows color (decimal): -1378841 or 15201770. OLE color: 15201770.
HSL color Cylindrical-coordinate representation of color #EAF5E7: hue angle of 107.14º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF5E7 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 245 | 231 | - |
CMYK | 0.04 | 0 | 0.06 | 0.04 |
HSL | 107.14º | 0.41% | 0.93% | - |
HSV(B) | 107.14º | 0.06% | 0.96% | - |
XYZ | 81.01 | 88.57 | 88.43 | - |
YUV | 240.12 | 122.86 | 123.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 245 | 231 | 0.04 | 0 | 0.06 | 0.04 | 107.14 | 0.41 | 0.93 |
Hex | EA | F5 | E7 | 4 | 0 | 6 | 4 | 6B | 29 | 5D |
Octal | 352 | 365 | 347 | 4 | 0 | 6 | 4 | 153 | 51 | 135 |
Binary | 11101010 | 11110101 | 11100111 | 100 | 0 | 110 | 100 | 1101011 | 101001 | 1011101 |
Color Harmonies of #EAF5E7
Complementary color
Monochromatic Colors of #EAF5E7
Black with #EAF5E7
Text Example
Text Example
White with #EAF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5E7; }
p { color: rgb(234,245,231); }
H1.HeaderClassName
{
color: #EAF5E7;
}
.AnyTagClassName
{
color: #EAF5E7;
}
</style>
background-color css
<style>
a { background-color: #EAF5E7; }
a { background-color: rgb(234,245,231); }
div.DivClassName
{
background-color: #EAF5E7;
}
.BgClassName
{
background-color: #EAF5E7;
}
</style>
border-color css
<style>
span { border-color: #EAF5E7; }
span { border-color: rgb(234,245,231); }
td.TdClassName
{
border-color: #EAF5E7;
}
.TagClassName
{
border-color: #EAF5E7;
}
</style>