Shades of Panache #ECF0EA
Tints of Panache #ECF0EA
RGB
CMYK
RGB Variations
Color information
#ECF0EA (or 0xECF0EA) is known color: Panache. HEX triplet: EC, F0 and EA. RGB value is (236,240,234). Sum of RGB (Red+Green+Blue) = 236+240+234=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0EA is #130F15. Grayscale: #EEEEEE. Windows color (decimal): -1249046 or 15397100. OLE color: 15397100.
HSL color Cylindrical-coordinate representation of color #ECF0EA: hue angle of 100º degrees, saturation: 0.17, 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 #ECF0EA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 234 | - |
CMYK | 0.02 | 0 | 0.02 | 0.06 |
HSL | 100º | 0.17% | 0.93% | - |
HSV(B) | 100º | 0.02% | 0.94% | - |
XYZ | 80.6 | 86.09 | 90.21 | - |
YUV | 238.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 234 | 0.02 | 0 | 0.02 | 0.06 | 100 | 0.17 | 0.93 |
Hex | EC | F0 | EA | 2 | 0 | 2 | 6 | 64 | 11 | 5D |
Octal | 354 | 360 | 352 | 2 | 0 | 2 | 6 | 144 | 21 | 135 |
Binary | 11101100 | 11110000 | 11101010 | 10 | 0 | 10 | 110 | 1100100 | 10001 | 1011101 |
Color Harmonies of #ECF0EA
Complementary color
Monochromatic Colors of #ECF0EA
Black with #ECF0EA
Text Example
Text Example
White with #ECF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0EA; }
p { color: rgb(236,240,234); }
H1.HeaderClassName
{
color: #ECF0EA;
}
.AnyTagClassName
{
color: #ECF0EA;
}
</style>
background-color css
<style>
a { background-color: #ECF0EA; }
a { background-color: rgb(236,240,234); }
div.DivClassName
{
background-color: #ECF0EA;
}
.BgClassName
{
background-color: #ECF0EA;
}
</style>
border-color css
<style>
span { border-color: #ECF0EA; }
span { border-color: rgb(236,240,234); }
td.TdClassName
{
border-color: #ECF0EA;
}
.TagClassName
{
border-color: #ECF0EA;
}
</style>