Shades of Saltpan #EDEFEA
Tints of Saltpan #EDEFEA
RGB
CMYK
RGB Variations
Color information
#EDEFEA (or 0xEDEFEA) is known color: Saltpan. HEX triplet: ED, EF and EA. RGB value is (237,239,234). Sum of RGB (Red+Green+Blue) = 237+239+234=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFEA is #121015. Grayscale: #EDEDED. Windows color (decimal): -1183766 or 15396845. OLE color: 15396845.
HSL color Cylindrical-coordinate representation of color #EDEFEA: hue angle of 84º degrees, saturation: 0.14, 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 #EDEFEA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 239 | 234 | - |
CMYK | 0.01 | 0 | 0.02 | 0.06 |
HSL | 84º | 0.14% | 0.93% | - |
HSV(B) | 84º | 0.02% | 0.94% | - |
XYZ | 80.64 | 85.68 | 90.13 | - |
YUV | 237.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 234 | 0.01 | 0 | 0.02 | 0.06 | 84 | 0.14 | 0.93 |
Hex | ED | EF | EA | 1 | 0 | 2 | 6 | 54 | E | 5D |
Octal | 355 | 357 | 352 | 1 | 0 | 2 | 6 | 124 | 16 | 135 |
Binary | 11101101 | 11101111 | 11101010 | 1 | 0 | 10 | 110 | 1010100 | 1110 | 1011101 |
Color Harmonies of #EDEFEA
Complementary color
Monochromatic Colors of #EDEFEA
Black with #EDEFEA
Text Example
Text Example
White with #EDEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFEA; }
p { color: rgb(237,239,234); }
H1.HeaderClassName
{
color: #EDEFEA;
}
.AnyTagClassName
{
color: #EDEFEA;
}
</style>
background-color css
<style>
a { background-color: #EDEFEA; }
a { background-color: rgb(237,239,234); }
div.DivClassName
{
background-color: #EDEFEA;
}
.BgClassName
{
background-color: #EDEFEA;
}
</style>
border-color css
<style>
span { border-color: #EDEFEA; }
span { border-color: rgb(237,239,234); }
td.TdClassName
{
border-color: #EDEFEA;
}
.TagClassName
{
border-color: #EDEFEA;
}
</style>