Shades of Panache #EAFEDA
Tints of Panache #EAFEDA
RGB
CMYK
RGB Variations
Color information
#EAFEDA (or 0xEAFEDA) is known color: Panache. HEX triplet: EA, FE and DA. RGB value is (234,254,218). Sum of RGB (Red+Green+Blue) = 234+254+218=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEDA is #150125. Grayscale: #F4F4F4. Windows color (decimal): -1376550 or 14352106. OLE color: 14352106.
HSL color Cylindrical-coordinate representation of color #EAFEDA: hue angle of 93.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAFEDA is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 234 | 254 | 218 | - |
CMYK | 0.08 | 0 | 0.14 | 0.00 |
HSL | 93.33º | 0.95% | 0.93% | - |
HSV(B) | 93.33º | 0.14% | 1% | - |
XYZ | 82.03 | 93.44 | 80.04 | - |
YUV | 243.92 | 113.37 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 254 | 218 | 0.08 | 0 | 0.14 | 0.00 | 93.33 | 0.95 | 0.93 |
Hex | EA | FE | DA | 8 | 0 | E | 0 | 5D | 5F | 5D |
Octal | 352 | 376 | 332 | 10 | 0 | 16 | 0 | 135 | 137 | 135 |
Binary | 11101010 | 11111110 | 11011010 | 1000 | 0 | 1110 | 0 | 1011101 | 1011111 | 1011101 |
Color Harmonies of #EAFEDA
Complementary color
Monochromatic Colors of #EAFEDA
Black with #EAFEDA
Text Example
Text Example
White with #EAFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEDA; }
p { color: rgb(234,254,218); }
H1.HeaderClassName
{
color: #EAFEDA;
}
.AnyTagClassName
{
color: #EAFEDA;
}
</style>
background-color css
<style>
a { background-color: #EAFEDA; }
a { background-color: rgb(234,254,218); }
div.DivClassName
{
background-color: #EAFEDA;
}
.BgClassName
{
background-color: #EAFEDA;
}
</style>
border-color css
<style>
span { border-color: #EAFEDA; }
span { border-color: rgb(234,254,218); }
td.TdClassName
{
border-color: #EAFEDA;
}
.TagClassName
{
border-color: #EAFEDA;
}
</style>