Shades of Panache #EAFEE4
Tints of Panache #EAFEE4
RGB
CMYK
RGB Variations
Color information
#EAFEE4 (or 0xEAFEE4) is known color: Panache. HEX triplet: EA, FE and E4. RGB value is (234,254,228). Sum of RGB (Red+Green+Blue) = 234+254+228=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEE4 is #15011B. Grayscale: #F5F5F5. Windows color (decimal): -1376540 or 15007466. OLE color: 15007466.
HSL color Cylindrical-coordinate representation of color #EAFEE4: hue angle of 106.15º 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 #EAFEE4 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 234 | 254 | 228 | - |
CMYK | 0.08 | 0 | 0.10 | 0.00 |
HSL | 106.15º | 0.93% | 0.95% | - |
HSV(B) | 106.15º | 0.1% | 1% | - |
XYZ | 83.38 | 93.98 | 87.14 | - |
YUV | 245.06 | 118.37 | 120.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 254 | 228 | 0.08 | 0 | 0.10 | 0.00 | 106.15 | 0.93 | 0.95 |
Hex | EA | FE | E4 | 8 | 0 | A | 0 | 6A | 5D | 5F |
Octal | 352 | 376 | 344 | 10 | 0 | 12 | 0 | 152 | 135 | 137 |
Binary | 11101010 | 11111110 | 11100100 | 1000 | 0 | 1010 | 0 | 1101010 | 1011101 | 1011111 |
Color Harmonies of #EAFEE4
Complementary color
Monochromatic Colors of #EAFEE4
Black with #EAFEE4
Text Example
Text Example
White with #EAFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEE4; }
p { color: rgb(234,254,228); }
H1.HeaderClassName
{
color: #EAFEE4;
}
.AnyTagClassName
{
color: #EAFEE4;
}
</style>
background-color css
<style>
a { background-color: #EAFEE4; }
a { background-color: rgb(234,254,228); }
div.DivClassName
{
background-color: #EAFEE4;
}
.BgClassName
{
background-color: #EAFEE4;
}
</style>
border-color css
<style>
span { border-color: #EAFEE4; }
span { border-color: rgb(234,254,228); }
td.TdClassName
{
border-color: #EAFEE4;
}
.TagClassName
{
border-color: #EAFEE4;
}
</style>