Shades of Panache #EAFEE5
Tints of Panache #EAFEE5
RGB
CMYK
RGB Variations
Color information
#EAFEE5 (or 0xEAFEE5) is known color: Panache. HEX triplet: EA, FE and E5. RGB value is (234,254,229). Sum of RGB (Red+Green+Blue) = 234+254+229=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEE5 is #15011A. Grayscale: #F5F5F5. Windows color (decimal): -1376539 or 15073002. OLE color: 15073002.
HSL color Cylindrical-coordinate representation of color #EAFEE5: hue angle of 108º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAFEE5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 234 | 254 | 229 | - |
CMYK | 0.08 | 0 | 0.10 | 0.00 |
HSL | 108º | 0.93% | 0.95% | - |
HSV(B) | 108º | 0.1% | 1% | - |
XYZ | 83.52 | 94.03 | 87.88 | - |
YUV | 245.17 | 118.87 | 120.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 254 | 229 | 0.08 | 0 | 0.10 | 0.00 | 108 | 0.93 | 0.95 |
Hex | EA | FE | E5 | 8 | 0 | A | 0 | 6C | 5D | 5F |
Octal | 352 | 376 | 345 | 10 | 0 | 12 | 0 | 154 | 135 | 137 |
Binary | 11101010 | 11111110 | 11100101 | 1000 | 0 | 1010 | 0 | 1101100 | 1011101 | 1011111 |
Color Harmonies of #EAFEE5
Complementary color
Monochromatic Colors of #EAFEE5
Black with #EAFEE5
Text Example
Text Example
White with #EAFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEE5; }
p { color: rgb(234,254,229); }
H1.HeaderClassName
{
color: #EAFEE5;
}
.AnyTagClassName
{
color: #EAFEE5;
}
</style>
background-color css
<style>
a { background-color: #EAFEE5; }
a { background-color: rgb(234,254,229); }
div.DivClassName
{
background-color: #EAFEE5;
}
.BgClassName
{
background-color: #EAFEE5;
}
</style>
border-color css
<style>
span { border-color: #EAFEE5; }
span { border-color: rgb(234,254,229); }
td.TdClassName
{
border-color: #EAFEE5;
}
.TagClassName
{
border-color: #EAFEE5;
}
</style>