Shades of Saltpan #EDF6E0
Tints of Saltpan #EDF6E0
RGB
CMYK
RGB Variations
Color information
#EDF6E0 (or 0xEDF6E0) is known color: Saltpan. HEX triplet: ED, F6 and E0. RGB value is (237,246,224). Sum of RGB (Red+Green+Blue) = 237+246+224=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 224 (87.89% from 255 or 31.68% from 707); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6E0 is #12091F. Grayscale: #F0F0F0. Windows color (decimal): -1181984 or 14743277. OLE color: 14743277.
HSL color Cylindrical-coordinate representation of color #EDF6E0: hue angle of 84.55º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF6E0 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 224 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.04 |
| HSL | 84.55º | 0.55% | 0.92% | - |
| HSV(B) | 84.55º | 0.09% | 0.96% | - |
| XYZ | 81.34 | 89.3 | 83.47 | - |
| YUV | 240.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 224 | 0.04 | 0 | 0.09 | 0.04 | 84.55 | 0.55 | 0.92 |
| Hex | ED | F6 | E0 | 4 | 0 | 9 | 4 | 55 | 37 | 5C |
| Octal | 355 | 366 | 340 | 4 | 0 | 11 | 4 | 125 | 67 | 134 |
| Binary | 11101101 | 11110110 | 11100000 | 100 | 0 | 1001 | 100 | 1010101 | 110111 | 1011100 |
Color Harmonies of #EDF6E0
Complementary color
Monochromatic Colors of #EDF6E0
Black with #EDF6E0
Text Example
Text Example
White with #EDF6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6E0; }
p { color: rgb(237,246,224); }
H1.HeaderClassName
{
color: #EDF6E0;
}
.AnyTagClassName
{
color: #EDF6E0;
}
</style>
background-color css
<style>
a { background-color: #EDF6E0; }
a { background-color: rgb(237,246,224); }
div.DivClassName
{
background-color: #EDF6E0;
}
.BgClassName
{
background-color: #EDF6E0;
}
</style>
border-color css
<style>
span { border-color: #EDF6E0; }
span { border-color: rgb(237,246,224); }
td.TdClassName
{
border-color: #EDF6E0;
}
.TagClassName
{
border-color: #EDF6E0;
}
</style>