Shades of Saltpan #EDF0EA
Tints of Saltpan #EDF0EA
RGB
CMYK
RGB Variations
Color information
#EDF0EA (or 0xEDF0EA) is known color: Saltpan. HEX triplet: ED, F0 and EA. RGB value is (237,240,234). Sum of RGB (Red+Green+Blue) = 237+240+234=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0EA is #120F15. Grayscale: #EEEEEE. Windows color (decimal): -1183510 or 15397101. OLE color: 15397101.
HSL color Cylindrical-coordinate representation of color #EDF0EA: hue angle of 90º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF0EA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 234 | - |
CMYK | 0.01 | 0 | 0.02 | 0.06 |
HSL | 90º | 0.17% | 0.93% | - |
HSV(B) | 90º | 0.02% | 0.94% | - |
XYZ | 80.94 | 86.27 | 90.23 | - |
YUV | 238.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 234 | 0.01 | 0 | 0.02 | 0.06 | 90 | 0.17 | 0.93 |
Hex | ED | F0 | EA | 1 | 0 | 2 | 6 | 5A | 11 | 5D |
Octal | 355 | 360 | 352 | 1 | 0 | 2 | 6 | 132 | 21 | 135 |
Binary | 11101101 | 11110000 | 11101010 | 1 | 0 | 10 | 110 | 1011010 | 10001 | 1011101 |
Color Harmonies of #EDF0EA
Complementary color
Monochromatic Colors of #EDF0EA
Black with #EDF0EA
Text Example
Text Example
White with #EDF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0EA; }
p { color: rgb(237,240,234); }
H1.HeaderClassName
{
color: #EDF0EA;
}
.AnyTagClassName
{
color: #EDF0EA;
}
</style>
background-color css
<style>
a { background-color: #EDF0EA; }
a { background-color: rgb(237,240,234); }
div.DivClassName
{
background-color: #EDF0EA;
}
.BgClassName
{
background-color: #EDF0EA;
}
</style>
border-color css
<style>
span { border-color: #EDF0EA; }
span { border-color: rgb(237,240,234); }
td.TdClassName
{
border-color: #EDF0EA;
}
.TagClassName
{
border-color: #EDF0EA;
}
</style>