Shades of Saltpan #EDEFE9
Tints of Saltpan #EDEFE9
RGB
CMYK
RGB Variations
Color information
#EDEFE9 (or 0xEDEFE9) is known color: Saltpan. HEX triplet: ED, EF and E9. RGB value is (237,239,233). Sum of RGB (Red+Green+Blue) = 237+239+233=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 233 (91.41% from 255 or 32.86% from 709); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFE9 is #121016. Grayscale: #EDEDED. Windows color (decimal): -1183767 or 15331309. OLE color: 15331309.
HSL color Cylindrical-coordinate representation of color #EDEFE9: hue angle of 80º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEFE9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 239 | 233 | - |
CMYK | 0.01 | 0 | 0.03 | 0.06 |
HSL | 80º | 0.16% | 0.93% | - |
HSV(B) | 80º | 0.03% | 0.94% | - |
XYZ | 80.5 | 85.62 | 89.37 | - |
YUV | 237.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 233 | 0.01 | 0 | 0.03 | 0.06 | 80 | 0.16 | 0.93 |
Hex | ED | EF | E9 | 1 | 0 | 3 | 6 | 50 | 10 | 5D |
Octal | 355 | 357 | 351 | 1 | 0 | 3 | 6 | 120 | 20 | 135 |
Binary | 11101101 | 11101111 | 11101001 | 1 | 0 | 11 | 110 | 1010000 | 10000 | 1011101 |
Color Harmonies of #EDEFE9
Complementary color
Monochromatic Colors of #EDEFE9
Black with #EDEFE9
Text Example
Text Example
White with #EDEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFE9; }
p { color: rgb(237,239,233); }
H1.HeaderClassName
{
color: #EDEFE9;
}
.AnyTagClassName
{
color: #EDEFE9;
}
</style>
background-color css
<style>
a { background-color: #EDEFE9; }
a { background-color: rgb(237,239,233); }
div.DivClassName
{
background-color: #EDEFE9;
}
.BgClassName
{
background-color: #EDEFE9;
}
</style>
border-color css
<style>
span { border-color: #EDEFE9; }
span { border-color: rgb(237,239,233); }
td.TdClassName
{
border-color: #EDEFE9;
}
.TagClassName
{
border-color: #EDEFE9;
}
</style>