Shades of Saltpan #ECF0E5
Tints of Saltpan #ECF0E5
RGB
CMYK
RGB Variations
Color information
#ECF0E5 (or 0xECF0E5) is known color: Saltpan. HEX triplet: EC, F0 and E5. RGB value is (236,240,229). Sum of RGB (Red+Green+Blue) = 236+240+229=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0E5 is #130F1A. Grayscale: #EDEDED. Windows color (decimal): -1249051 or 15069420. OLE color: 15069420.
HSL color Cylindrical-coordinate representation of color #ECF0E5: hue angle of 81.82º degrees, saturation: 0.27, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF0E5 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 229 | - |
CMYK | 0.02 | 0 | 0.05 | 0.06 |
HSL | 81.82º | 0.27% | 0.92% | - |
HSV(B) | 81.82º | 0.05% | 0.94% | - |
XYZ | 79.9 | 85.81 | 86.48 | - |
YUV | 237.55 | 123.17 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 229 | 0.02 | 0 | 0.05 | 0.06 | 81.82 | 0.27 | 0.92 |
Hex | EC | F0 | E5 | 2 | 0 | 5 | 6 | 52 | 1B | 5C |
Octal | 354 | 360 | 345 | 2 | 0 | 5 | 6 | 122 | 33 | 134 |
Binary | 11101100 | 11110000 | 11100101 | 10 | 0 | 101 | 110 | 1010010 | 11011 | 1011100 |
Color Harmonies of #ECF0E5
Complementary color
Monochromatic Colors of #ECF0E5
Black with #ECF0E5
Text Example
Text Example
White with #ECF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0E5; }
p { color: rgb(236,240,229); }
H1.HeaderClassName
{
color: #ECF0E5;
}
.AnyTagClassName
{
color: #ECF0E5;
}
</style>
background-color css
<style>
a { background-color: #ECF0E5; }
a { background-color: rgb(236,240,229); }
div.DivClassName
{
background-color: #ECF0E5;
}
.BgClassName
{
background-color: #ECF0E5;
}
</style>
border-color css
<style>
span { border-color: #ECF0E5; }
span { border-color: rgb(236,240,229); }
td.TdClassName
{
border-color: #ECF0E5;
}
.TagClassName
{
border-color: #ECF0E5;
}
</style>