Shades of Saltpan #ECF3E3
Tints of Saltpan #ECF3E3
RGB
CMYK
RGB Variations
Color information
#ECF3E3 (or 0xECF3E3) is known color: Saltpan. HEX triplet: EC, F3 and E3. RGB value is (236,243,227). Sum of RGB (Red+Green+Blue) = 236+243+227=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 227 (89.06% from 255 or 32.15% from 706); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3E3 is #130C1C. Grayscale: #EFEFEF. Windows color (decimal): -1248285 or 14939116. OLE color: 14939116.
HSL color Cylindrical-coordinate representation of color #ECF3E3: hue angle of 86.25º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF3E3 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 243 | 227 | - |
CMYK | 0.03 | 0 | 0.07 | 0.05 |
HSL | 86.25º | 0.4% | 0.92% | - |
HSV(B) | 86.25º | 0.07% | 0.95% | - |
XYZ | 80.51 | 87.48 | 85.32 | - |
YUV | 239.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 243 | 227 | 0.03 | 0 | 0.07 | 0.05 | 86.25 | 0.4 | 0.92 |
Hex | EC | F3 | E3 | 3 | 0 | 7 | 5 | 56 | 28 | 5C |
Octal | 354 | 363 | 343 | 3 | 0 | 7 | 5 | 126 | 50 | 134 |
Binary | 11101100 | 11110011 | 11100011 | 11 | 0 | 111 | 101 | 1010110 | 101000 | 1011100 |
Color Harmonies of #ECF3E3
Complementary color
Monochromatic Colors of #ECF3E3
Black with #ECF3E3
Text Example
Text Example
White with #ECF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3E3; }
p { color: rgb(236,243,227); }
H1.HeaderClassName
{
color: #ECF3E3;
}
.AnyTagClassName
{
color: #ECF3E3;
}
</style>
background-color css
<style>
a { background-color: #ECF3E3; }
a { background-color: rgb(236,243,227); }
div.DivClassName
{
background-color: #ECF3E3;
}
.BgClassName
{
background-color: #ECF3E3;
}
</style>
border-color css
<style>
span { border-color: #ECF3E3; }
span { border-color: rgb(236,243,227); }
td.TdClassName
{
border-color: #ECF3E3;
}
.TagClassName
{
border-color: #ECF3E3;
}
</style>