Shades of Panache #ECEFEA
Tints of Panache #ECEFEA
RGB
CMYK
RGB Variations
Color information
#ECEFEA (or 0xECEFEA) is known color: Panache. HEX triplet: EC, EF and EA. RGB value is (236,239,234). Sum of RGB (Red+Green+Blue) = 236+239+234=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFEA is #131015. Grayscale: #EDEDED. Windows color (decimal): -1249302 or 15396844. OLE color: 15396844.
HSL color Cylindrical-coordinate representation of color #ECEFEA: hue angle of 96º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEFEA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 234 | - |
CMYK | 0.01 | 0 | 0.02 | 0.06 |
HSL | 96º | 0.14% | 0.93% | - |
HSV(B) | 96º | 0.02% | 0.94% | - |
XYZ | 80.31 | 85.51 | 90.11 | - |
YUV | 237.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 234 | 0.01 | 0 | 0.02 | 0.06 | 96 | 0.14 | 0.93 |
Hex | EC | EF | EA | 1 | 0 | 2 | 6 | 60 | E | 5D |
Octal | 354 | 357 | 352 | 1 | 0 | 2 | 6 | 140 | 16 | 135 |
Binary | 11101100 | 11101111 | 11101010 | 1 | 0 | 10 | 110 | 1100000 | 1110 | 1011101 |
Color Harmonies of #ECEFEA
Complementary color
Monochromatic Colors of #ECEFEA
Black with #ECEFEA
Text Example
Text Example
White with #ECEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFEA; }
p { color: rgb(236,239,234); }
H1.HeaderClassName
{
color: #ECEFEA;
}
.AnyTagClassName
{
color: #ECEFEA;
}
</style>
background-color css
<style>
a { background-color: #ECEFEA; }
a { background-color: rgb(236,239,234); }
div.DivClassName
{
background-color: #ECEFEA;
}
.BgClassName
{
background-color: #ECEFEA;
}
</style>
border-color css
<style>
span { border-color: #ECEFEA; }
span { border-color: rgb(236,239,234); }
td.TdClassName
{
border-color: #ECEFEA;
}
.TagClassName
{
border-color: #ECEFEA;
}
</style>