Shades of Saltpan #EDF9E0
Tints of Saltpan #EDF9E0
RGB
CMYK
RGB Variations
Color information
#EDF9E0 (or 0xEDF9E0) is known color: Saltpan. HEX triplet: ED, F9 and E0. RGB value is (237,249,224). Sum of RGB (Red+Green+Blue) = 237+249+224=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9E0 is #12061F. Grayscale: #F2F2F2. Windows color (decimal): -1181216 or 14744045. OLE color: 14744045.
HSL color Cylindrical-coordinate representation of color #EDF9E0: hue angle of 88.8º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF9E0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 249 | 224 | - |
CMYK | 0.05 | 0 | 0.10 | 0.02 |
HSL | 88.8º | 0.68% | 0.93% | - |
HSV(B) | 88.8º | 0.1% | 0.98% | - |
XYZ | 82.26 | 91.14 | 83.78 | - |
YUV | 242.56 | 117.52 | 124.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 249 | 224 | 0.05 | 0 | 0.10 | 0.02 | 88.8 | 0.68 | 0.93 |
Hex | ED | F9 | E0 | 5 | 0 | A | 2 | 59 | 44 | 5D |
Octal | 355 | 371 | 340 | 5 | 0 | 12 | 2 | 131 | 104 | 135 |
Binary | 11101101 | 11111001 | 11100000 | 101 | 0 | 1010 | 10 | 1011001 | 1000100 | 1011101 |
Color Harmonies of #EDF9E0
Complementary color
Monochromatic Colors of #EDF9E0
Black with #EDF9E0
Text Example
Text Example
White with #EDF9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9E0; }
p { color: rgb(237,249,224); }
H1.HeaderClassName
{
color: #EDF9E0;
}
.AnyTagClassName
{
color: #EDF9E0;
}
</style>
background-color css
<style>
a { background-color: #EDF9E0; }
a { background-color: rgb(237,249,224); }
div.DivClassName
{
background-color: #EDF9E0;
}
.BgClassName
{
background-color: #EDF9E0;
}
</style>
border-color css
<style>
span { border-color: #EDF9E0; }
span { border-color: rgb(237,249,224); }
td.TdClassName
{
border-color: #EDF9E0;
}
.TagClassName
{
border-color: #EDF9E0;
}
</style>