Shades of Saltpan #EFF3EB
Tints of Saltpan #EFF3EB
RGB
CMYK
RGB Variations
Color information
#EFF3EB (or 0xEFF3EB) is known color: Saltpan. HEX triplet: EF, F3 and EB. RGB value is (239,243,235). Sum of RGB (Red+Green+Blue) = 239+243+235=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3EB is #100C14. Grayscale: #F0F0F0. Windows color (decimal): -1051669 or 15463407. OLE color: 15463407.
HSL color Cylindrical-coordinate representation of color #EFF3EB: hue angle of 90º degrees, saturation: 0.25, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF3EB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 235 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.05 |
| HSL | 90º | 0.25% | 0.94% | - |
| HSV(B) | 90º | 0.03% | 0.95% | - |
| XYZ | 82.64 | 88.45 | 91.31 | - |
| YUV | 240.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 235 | 0.02 | 0 | 0.03 | 0.05 | 90 | 0.25 | 0.94 |
| Hex | EF | F3 | EB | 2 | 0 | 3 | 5 | 5A | 19 | 5E |
| Octal | 357 | 363 | 353 | 2 | 0 | 3 | 5 | 132 | 31 | 136 |
| Binary | 11101111 | 11110011 | 11101011 | 10 | 0 | 11 | 101 | 1011010 | 11001 | 1011110 |
Color Harmonies of #EFF3EB
Complementary color
Monochromatic Colors of #EFF3EB
Black with #EFF3EB
Text Example
Text Example
White with #EFF3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3EB; }
p { color: rgb(239,243,235); }
H1.HeaderClassName
{
color: #EFF3EB;
}
.AnyTagClassName
{
color: #EFF3EB;
}
</style>
background-color css
<style>
a { background-color: #EFF3EB; }
a { background-color: rgb(239,243,235); }
div.DivClassName
{
background-color: #EFF3EB;
}
.BgClassName
{
background-color: #EFF3EB;
}
</style>
border-color css
<style>
span { border-color: #EFF3EB; }
span { border-color: rgb(239,243,235); }
td.TdClassName
{
border-color: #EFF3EB;
}
.TagClassName
{
border-color: #EFF3EB;
}
</style>