Shades of Panache #EAF6E5
Tints of Panache #EAF6E5
RGB
CMYK
RGB Variations
Color information
#EAF6E5 (or 0xEAF6E5) is known color: Panache. HEX triplet: EA, F6 and E5. RGB value is (234,246,229). Sum of RGB (Red+Green+Blue) = 234+246+229=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 246 (96.48% from 255 or 34.70% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6E5 is #15091A. Grayscale: #F0F0F0. Windows color (decimal): -1378587 or 15070954. OLE color: 15070954.
HSL color Cylindrical-coordinate representation of color #EAF6E5: hue angle of 102.35º degrees, saturation: 0.49, 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 #EAF6E5 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 246 | 229 | - |
CMYK | 0.05 | 0 | 0.07 | 0.04 |
HSL | 102.35º | 0.49% | 0.93% | - |
HSV(B) | 102.35º | 0.07% | 0.96% | - |
XYZ | 81.03 | 89.06 | 87.05 | - |
YUV | 240.47 | 121.52 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 246 | 229 | 0.05 | 0 | 0.07 | 0.04 | 102.35 | 0.49 | 0.93 |
Hex | EA | F6 | E5 | 5 | 0 | 7 | 4 | 66 | 31 | 5D |
Octal | 352 | 366 | 345 | 5 | 0 | 7 | 4 | 146 | 61 | 135 |
Binary | 11101010 | 11110110 | 11100101 | 101 | 0 | 111 | 100 | 1100110 | 110001 | 1011101 |
Color Harmonies of #EAF6E5
Complementary color
Monochromatic Colors of #EAF6E5
Black with #EAF6E5
Text Example
Text Example
White with #EAF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF6E5; }
p { color: rgb(234,246,229); }
H1.HeaderClassName
{
color: #EAF6E5;
}
.AnyTagClassName
{
color: #EAF6E5;
}
</style>
background-color css
<style>
a { background-color: #EAF6E5; }
a { background-color: rgb(234,246,229); }
div.DivClassName
{
background-color: #EAF6E5;
}
.BgClassName
{
background-color: #EAF6E5;
}
</style>
border-color css
<style>
span { border-color: #EAF6E5; }
span { border-color: rgb(234,246,229); }
td.TdClassName
{
border-color: #EAF6E5;
}
.TagClassName
{
border-color: #EAF6E5;
}
</style>