Shades of Saltpan #EFFADE
Tints of Saltpan #EFFADE
RGB
CMYK
RGB Variations
Color information
#EFFADE (or 0xEFFADE) is known color: Saltpan. HEX triplet: EF, FA and DE. RGB value is (239,250,222). Sum of RGB (Red+Green+Blue) = 239+250+222=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADE is #100521. Grayscale: #F3F3F3. Windows color (decimal): -1049890 or 14613231. OLE color: 14613231.
HSL color Cylindrical-coordinate representation of color #EFFADE: hue angle of 83.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFADE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 222 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.02 |
| HSL | 83.57º | 0.74% | 0.93% | - |
| HSV(B) | 83.57º | 0.11% | 0.98% | - |
| XYZ | 82.97 | 92 | 82.49 | - |
| YUV | 243.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 222 | 0.04 | 0 | 0.11 | 0.02 | 83.57 | 0.74 | 0.93 |
| Hex | EF | FA | DE | 4 | 0 | B | 2 | 54 | 4A | 5D |
| Octal | 357 | 372 | 336 | 4 | 0 | 13 | 2 | 124 | 112 | 135 |
| Binary | 11101111 | 11111010 | 11011110 | 100 | 0 | 1011 | 10 | 1010100 | 1001010 | 1011101 |
Color Harmonies of #EFFADE
Complementary color
Monochromatic Colors of #EFFADE
Black with #EFFADE
Text Example
Text Example
White with #EFFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFADE; }
p { color: rgb(239,250,222); }
H1.HeaderClassName
{
color: #EFFADE;
}
.AnyTagClassName
{
color: #EFFADE;
}
</style>
background-color css
<style>
a { background-color: #EFFADE; }
a { background-color: rgb(239,250,222); }
div.DivClassName
{
background-color: #EFFADE;
}
.BgClassName
{
background-color: #EFFADE;
}
</style>
border-color css
<style>
span { border-color: #EFFADE; }
span { border-color: rgb(239,250,222); }
td.TdClassName
{
border-color: #EFFADE;
}
.TagClassName
{
border-color: #EFFADE;
}
</style>