Shades of Saltpan #EFFEDE
Tints of Saltpan #EFFEDE
RGB
CMYK
RGB Variations
Color information
#EFFEDE (or 0xEFFEDE) is known color: Saltpan. HEX triplet: EF, FE and DE. RGB value is (239,254,222). Sum of RGB (Red+Green+Blue) = 239+254+222=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEDE is #100121. Grayscale: #F5F5F5. Windows color (decimal): -1048866 or 14614255. OLE color: 14614255.
HSL color Cylindrical-coordinate representation of color #EFFEDE: hue angle of 88.12º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFFEDE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 222 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.00 |
| HSL | 88.13º | 0.94% | 0.93% | - |
| HSV(B) | 88.13º | 0.13% | 1% | - |
| XYZ | 84.22 | 94.51 | 82.91 | - |
| YUV | 245.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 222 | 0.06 | 0 | 0.13 | 0.00 | 88.13 | 0.94 | 0.93 |
| Hex | EF | FE | DE | 6 | 0 | D | 0 | 58 | 5E | 5D |
| Octal | 357 | 376 | 336 | 6 | 0 | 15 | 0 | 130 | 136 | 135 |
| Binary | 11101111 | 11111110 | 11011110 | 110 | 0 | 1101 | 0 | 1011000 | 1011110 | 1011101 |
Color Harmonies of #EFFEDE
Complementary color
Monochromatic Colors of #EFFEDE
Black with #EFFEDE
Text Example
Text Example
White with #EFFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEDE; }
p { color: rgb(239,254,222); }
H1.HeaderClassName
{
color: #EFFEDE;
}
.AnyTagClassName
{
color: #EFFEDE;
}
</style>
background-color css
<style>
a { background-color: #EFFEDE; }
a { background-color: rgb(239,254,222); }
div.DivClassName
{
background-color: #EFFEDE;
}
.BgClassName
{
background-color: #EFFEDE;
}
</style>
border-color css
<style>
span { border-color: #EFFEDE; }
span { border-color: rgb(239,254,222); }
td.TdClassName
{
border-color: #EFFEDE;
}
.TagClassName
{
border-color: #EFFEDE;
}
</style>