Shades of Panache #EAF5E5
Tints of Panache #EAF5E5
RGB
CMYK
RGB Variations
Color information
#EAF5E5 (or 0xEAF5E5) is known color: Panache. HEX triplet: EA, F5 and E5. RGB value is (234,245,229). Sum of RGB (Red+Green+Blue) = 234+245+229=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 245 (96.09% from 255 or 34.60% from 708); Blue value is 229 (89.84% from 255 or 32.34% from 708); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5E5 is #150A1A. Grayscale: #EFEFEF. Windows color (decimal): -1378843 or 15070698. OLE color: 15070698.
HSL color Cylindrical-coordinate representation of color #EAF5E5: hue angle of 101.25º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAF5E5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 245 | 229 | - |
CMYK | 0.04 | 0 | 0.07 | 0.04 |
HSL | 101.25º | 0.44% | 0.93% | - |
HSV(B) | 101.25º | 0.07% | 0.96% | - |
XYZ | 80.73 | 88.45 | 86.95 | - |
YUV | 239.89 | 121.86 | 123.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 245 | 229 | 0.04 | 0 | 0.07 | 0.04 | 101.25 | 0.44 | 0.93 |
Hex | EA | F5 | E5 | 4 | 0 | 7 | 4 | 65 | 2C | 5D |
Octal | 352 | 365 | 345 | 4 | 0 | 7 | 4 | 145 | 54 | 135 |
Binary | 11101010 | 11110101 | 11100101 | 100 | 0 | 111 | 100 | 1100101 | 101100 | 1011101 |
Color Harmonies of #EAF5E5
Complementary color
Monochromatic Colors of #EAF5E5
Black with #EAF5E5
Text Example
Text Example
White with #EAF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5E5; }
p { color: rgb(234,245,229); }
H1.HeaderClassName
{
color: #EAF5E5;
}
.AnyTagClassName
{
color: #EAF5E5;
}
</style>
background-color css
<style>
a { background-color: #EAF5E5; }
a { background-color: rgb(234,245,229); }
div.DivClassName
{
background-color: #EAF5E5;
}
.BgClassName
{
background-color: #EAF5E5;
}
</style>
border-color css
<style>
span { border-color: #EAF5E5; }
span { border-color: rgb(234,245,229); }
td.TdClassName
{
border-color: #EAF5E5;
}
.TagClassName
{
border-color: #EAF5E5;
}
</style>