Shades of Panache #EAF7E2
Tints of Panache #EAF7E2
RGB
CMYK
RGB Variations
Color information
#EAF7E2 (or 0xEAF7E2) is known color: Panache. HEX triplet: EA, F7 and E2. RGB value is (234,247,226). Sum of RGB (Red+Green+Blue) = 234+247+226=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7E2 is #15081D. Grayscale: #F0F0F0. Windows color (decimal): -1378334 or 14874602. OLE color: 14874602.
HSL color Cylindrical-coordinate representation of color #EAF7E2: hue angle of 97.14º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF7E2 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 247 | 226 | - |
CMYK | 0.05 | 0 | 0.09 | 0.03 |
HSL | 97.14º | 0.57% | 0.93% | - |
HSV(B) | 97.14º | 0.09% | 0.97% | - |
XYZ | 80.92 | 89.5 | 84.96 | - |
YUV | 240.72 | 119.69 | 123.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 247 | 226 | 0.05 | 0 | 0.09 | 0.03 | 97.14 | 0.57 | 0.93 |
Hex | EA | F7 | E2 | 5 | 0 | 9 | 3 | 61 | 39 | 5D |
Octal | 352 | 367 | 342 | 5 | 0 | 11 | 3 | 141 | 71 | 135 |
Binary | 11101010 | 11110111 | 11100010 | 101 | 0 | 1001 | 11 | 1100001 | 111001 | 1011101 |
Color Harmonies of #EAF7E2
Complementary color
Monochromatic Colors of #EAF7E2
Black with #EAF7E2
Text Example
Text Example
White with #EAF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7E2; }
p { color: rgb(234,247,226); }
H1.HeaderClassName
{
color: #EAF7E2;
}
.AnyTagClassName
{
color: #EAF7E2;
}
</style>
background-color css
<style>
a { background-color: #EAF7E2; }
a { background-color: rgb(234,247,226); }
div.DivClassName
{
background-color: #EAF7E2;
}
.BgClassName
{
background-color: #EAF7E2;
}
</style>
border-color css
<style>
span { border-color: #EAF7E2; }
span { border-color: rgb(234,247,226); }
td.TdClassName
{
border-color: #EAF7E2;
}
.TagClassName
{
border-color: #EAF7E2;
}
</style>