Shades of Saltpan #EFFEDA
Tints of Saltpan #EFFEDA
RGB
CMYK
RGB Variations
Color information
#EFFEDA (or 0xEFFEDA) is known color: Saltpan. HEX triplet: EF, FE and DA. RGB value is (239,254,218). Sum of RGB (Red+Green+Blue) = 239+254+218=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEDA is #100125. Grayscale: #F5F5F5. Windows color (decimal): -1048870 or 14352111. OLE color: 14352111.
HSL color Cylindrical-coordinate representation of color #EFFEDA: hue angle of 85º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFEDA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 218 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.00 |
| HSL | 85º | 0.95% | 0.93% | - |
| HSV(B) | 85º | 0.14% | 1% | - |
| XYZ | 83.69 | 94.3 | 80.12 | - |
| YUV | 245.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 218 | 0.06 | 0 | 0.14 | 0.00 | 85 | 0.95 | 0.93 |
| Hex | EF | FE | DA | 6 | 0 | E | 0 | 55 | 5F | 5D |
| Octal | 357 | 376 | 332 | 6 | 0 | 16 | 0 | 125 | 137 | 135 |
| Binary | 11101111 | 11111110 | 11011010 | 110 | 0 | 1110 | 0 | 1010101 | 1011111 | 1011101 |
Color Harmonies of #EFFEDA
Complementary color
Monochromatic Colors of #EFFEDA
Black with #EFFEDA
Text Example
Text Example
White with #EFFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEDA; }
p { color: rgb(239,254,218); }
H1.HeaderClassName
{
color: #EFFEDA;
}
.AnyTagClassName
{
color: #EFFEDA;
}
</style>
background-color css
<style>
a { background-color: #EFFEDA; }
a { background-color: rgb(239,254,218); }
div.DivClassName
{
background-color: #EFFEDA;
}
.BgClassName
{
background-color: #EFFEDA;
}
</style>
border-color css
<style>
span { border-color: #EFFEDA; }
span { border-color: rgb(239,254,218); }
td.TdClassName
{
border-color: #EFFEDA;
}
.TagClassName
{
border-color: #EFFEDA;
}
</style>