Shades of Saltpan #EDF1E1
Tints of Saltpan #EDF1E1
RGB
CMYK
RGB Variations
Color information
#EDF1E1 (or 0xEDF1E1) is known color: Saltpan. HEX triplet: ED, F1 and E1. RGB value is (237,241,225). Sum of RGB (Red+Green+Blue) = 237+241+225=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1E1 is #120E1E. Grayscale: #EEEEEE. Windows color (decimal): -1183263 or 14807533. OLE color: 14807533.
HSL color Cylindrical-coordinate representation of color #EDF1E1: hue angle of 75º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF1E1 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 225 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.05 |
| HSL | 75º | 0.36% | 0.91% | - |
| HSV(B) | 75º | 0.07% | 0.95% | - |
| XYZ | 79.97 | 86.35 | 83.69 | - |
| YUV | 237.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 225 | 0.02 | 0 | 0.07 | 0.05 | 75 | 0.36 | 0.91 |
| Hex | ED | F1 | E1 | 2 | 0 | 7 | 5 | 4B | 24 | 5B |
| Octal | 355 | 361 | 341 | 2 | 0 | 7 | 5 | 113 | 44 | 133 |
| Binary | 11101101 | 11110001 | 11100001 | 10 | 0 | 111 | 101 | 1001011 | 100100 | 1011011 |
Color Harmonies of #EDF1E1
Complementary color
Monochromatic Colors of #EDF1E1
Black with #EDF1E1
Text Example
Text Example
White with #EDF1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1E1; }
p { color: rgb(237,241,225); }
H1.HeaderClassName
{
color: #EDF1E1;
}
.AnyTagClassName
{
color: #EDF1E1;
}
</style>
background-color css
<style>
a { background-color: #EDF1E1; }
a { background-color: rgb(237,241,225); }
div.DivClassName
{
background-color: #EDF1E1;
}
.BgClassName
{
background-color: #EDF1E1;
}
</style>
border-color css
<style>
span { border-color: #EDF1E1; }
span { border-color: rgb(237,241,225); }
td.TdClassName
{
border-color: #EDF1E1;
}
.TagClassName
{
border-color: #EDF1E1;
}
</style>