Shades of Saltpan #ECF5E1
Tints of Saltpan #ECF5E1
RGB
CMYK
RGB Variations
Color information
#ECF5E1 (or 0xECF5E1) is known color: Saltpan. HEX triplet: EC, F5 and E1. RGB value is (236,245,225). Sum of RGB (Red+Green+Blue) = 236+245+225=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5E1 is #130A1E. Grayscale: #F0F0F0. Windows color (decimal): -1247775 or 14808556. OLE color: 14808556.
HSL color Cylindrical-coordinate representation of color #ECF5E1: hue angle of 87º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECF5E1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 225 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.04 |
| HSL | 87º | 0.5% | 0.92% | - |
| HSV(B) | 87º | 0.08% | 0.96% | - |
| XYZ | 80.84 | 88.57 | 84.07 | - |
| YUV | 240.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 225 | 0.04 | 0 | 0.08 | 0.04 | 87 | 0.5 | 0.92 |
| Hex | EC | F5 | E1 | 4 | 0 | 8 | 4 | 57 | 32 | 5C |
| Octal | 354 | 365 | 341 | 4 | 0 | 10 | 4 | 127 | 62 | 134 |
| Binary | 11101100 | 11110101 | 11100001 | 100 | 0 | 1000 | 100 | 1010111 | 110010 | 1011100 |
Color Harmonies of #ECF5E1
Complementary color
Monochromatic Colors of #ECF5E1
Black with #ECF5E1
Text Example
Text Example
White with #ECF5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5E1; }
p { color: rgb(236,245,225); }
H1.HeaderClassName
{
color: #ECF5E1;
}
.AnyTagClassName
{
color: #ECF5E1;
}
</style>
background-color css
<style>
a { background-color: #ECF5E1; }
a { background-color: rgb(236,245,225); }
div.DivClassName
{
background-color: #ECF5E1;
}
.BgClassName
{
background-color: #ECF5E1;
}
</style>
border-color css
<style>
span { border-color: #ECF5E1; }
span { border-color: rgb(236,245,225); }
td.TdClassName
{
border-color: #ECF5E1;
}
.TagClassName
{
border-color: #ECF5E1;
}
</style>