Shades of Saltpan #EDF0E3
Tints of Saltpan #EDF0E3
RGB
CMYK
RGB Variations
Color information
#EDF0E3 (or 0xEDF0E3) is known color: Saltpan. HEX triplet: ED, F0 and E3. RGB value is (237,240,227). Sum of RGB (Red+Green+Blue) = 237+240+227=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0E3 is #120F1C. Grayscale: #EDEDED. Windows color (decimal): -1183517 or 14938349. OLE color: 14938349.
HSL color Cylindrical-coordinate representation of color #EDF0E3: hue angle of 73.85º degrees, saturation: 0.3, 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 #EDF0E3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 227 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.06 |
| HSL | 73.85º | 0.3% | 0.92% | - |
| HSV(B) | 73.85º | 0.05% | 0.94% | - |
| XYZ | 79.95 | 85.87 | 85.03 | - |
| YUV | 237.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 227 | 0.01 | 0 | 0.05 | 0.06 | 73.85 | 0.3 | 0.92 |
| Hex | ED | F0 | E3 | 1 | 0 | 5 | 6 | 4A | 1E | 5C |
| Octal | 355 | 360 | 343 | 1 | 0 | 5 | 6 | 112 | 36 | 134 |
| Binary | 11101101 | 11110000 | 11100011 | 1 | 0 | 101 | 110 | 1001010 | 11110 | 1011100 |
Color Harmonies of #EDF0E3
Complementary color
Monochromatic Colors of #EDF0E3
Black with #EDF0E3
Text Example
Text Example
White with #EDF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0E3; }
p { color: rgb(237,240,227); }
H1.HeaderClassName
{
color: #EDF0E3;
}
.AnyTagClassName
{
color: #EDF0E3;
}
</style>
background-color css
<style>
a { background-color: #EDF0E3; }
a { background-color: rgb(237,240,227); }
div.DivClassName
{
background-color: #EDF0E3;
}
.BgClassName
{
background-color: #EDF0E3;
}
</style>
border-color css
<style>
span { border-color: #EDF0E3; }
span { border-color: rgb(237,240,227); }
td.TdClassName
{
border-color: #EDF0E3;
}
.TagClassName
{
border-color: #EDF0E3;
}
</style>