Shades of Panache #EAF9E5
Tints of Panache #EAF9E5
RGB
CMYK
RGB Variations
Color information
#EAF9E5 (or 0xEAF9E5) is known color: Panache. HEX triplet: EA, F9 and E5. RGB value is (234,249,229). Sum of RGB (Red+Green+Blue) = 234+249+229=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9E5 is #15061A. Grayscale: #F2F2F2. Windows color (decimal): -1377819 or 15071722. OLE color: 15071722.
HSL color Cylindrical-coordinate representation of color #EAF9E5: hue angle of 105º degrees, saturation: 0.62, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF9E5 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 249 | 229 | - |
CMYK | 0.06 | 0 | 0.08 | 0.02 |
HSL | 105º | 0.63% | 0.94% | - |
HSV(B) | 105º | 0.08% | 0.98% | - |
XYZ | 81.95 | 90.9 | 87.36 | - |
YUV | 242.24 | 120.53 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 249 | 229 | 0.06 | 0 | 0.08 | 0.02 | 105 | 0.63 | 0.94 |
Hex | EA | F9 | E5 | 6 | 0 | 8 | 2 | 69 | 3E | 5E |
Octal | 352 | 371 | 345 | 6 | 0 | 10 | 2 | 151 | 76 | 136 |
Binary | 11101010 | 11111001 | 11100101 | 110 | 0 | 1000 | 10 | 1101001 | 111110 | 1011110 |
Color Harmonies of #EAF9E5
Complementary color
Monochromatic Colors of #EAF9E5
Black with #EAF9E5
Text Example
Text Example
White with #EAF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF9E5; }
p { color: rgb(234,249,229); }
H1.HeaderClassName
{
color: #EAF9E5;
}
.AnyTagClassName
{
color: #EAF9E5;
}
</style>
background-color css
<style>
a { background-color: #EAF9E5; }
a { background-color: rgb(234,249,229); }
div.DivClassName
{
background-color: #EAF9E5;
}
.BgClassName
{
background-color: #EAF9E5;
}
</style>
border-color css
<style>
span { border-color: #EAF9E5; }
span { border-color: rgb(234,249,229); }
td.TdClassName
{
border-color: #EAF9E5;
}
.TagClassName
{
border-color: #EAF9E5;
}
</style>