Shades of Saltpan #EFFAE1
Tints of Saltpan #EFFAE1
RGB
CMYK
RGB Variations
Color information
#EFFAE1 (or 0xEFFAE1) is known color: Saltpan. HEX triplet: EF, FA and E1. RGB value is (239,250,225). Sum of RGB (Red+Green+Blue) = 239+250+225=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 225 (88.28% from 255 or 31.51% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAE1 is #10051E. Grayscale: #F3F3F3. Windows color (decimal): -1049887 or 14809839. OLE color: 14809839.
HSL color Cylindrical-coordinate representation of color #EFFAE1: hue angle of 86.4º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFFAE1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 225 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.02 |
| HSL | 86.4º | 0.71% | 0.93% | - |
| HSV(B) | 86.4º | 0.1% | 0.98% | - |
| XYZ | 83.37 | 92.16 | 84.63 | - |
| YUV | 243.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 225 | 0.04 | 0 | 0.10 | 0.02 | 86.4 | 0.71 | 0.93 |
| Hex | EF | FA | E1 | 4 | 0 | A | 2 | 56 | 47 | 5D |
| Octal | 357 | 372 | 341 | 4 | 0 | 12 | 2 | 126 | 107 | 135 |
| Binary | 11101111 | 11111010 | 11100001 | 100 | 0 | 1010 | 10 | 1010110 | 1000111 | 1011101 |
Color Harmonies of #EFFAE1
Complementary color
Monochromatic Colors of #EFFAE1
Black with #EFFAE1
Text Example
Text Example
White with #EFFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAE1; }
p { color: rgb(239,250,225); }
H1.HeaderClassName
{
color: #EFFAE1;
}
.AnyTagClassName
{
color: #EFFAE1;
}
</style>
background-color css
<style>
a { background-color: #EFFAE1; }
a { background-color: rgb(239,250,225); }
div.DivClassName
{
background-color: #EFFAE1;
}
.BgClassName
{
background-color: #EFFAE1;
}
</style>
border-color css
<style>
span { border-color: #EFFAE1; }
span { border-color: rgb(239,250,225); }
td.TdClassName
{
border-color: #EFFAE1;
}
.TagClassName
{
border-color: #EFFAE1;
}
</style>