Shades of Saltpan #EFF3E3
Tints of Saltpan #EFF3E3
RGB
CMYK
RGB Variations
Color information
#EFF3E3 (or 0xEFF3E3) is known color: Saltpan. HEX triplet: EF, F3 and E3. RGB value is (239,243,227). Sum of RGB (Red+Green+Blue) = 239+243+227=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 227 (89.06% from 255 or 32.02% from 709); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3E3 is #100C1C. Grayscale: #F0F0F0. Windows color (decimal): -1051677 or 14939119. OLE color: 14939119.
HSL color Cylindrical-coordinate representation of color #EFF3E3: hue angle of 75º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF3E3 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 227 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.05 |
| HSL | 75º | 0.4% | 0.92% | - |
| HSV(B) | 75º | 0.07% | 0.95% | - |
| XYZ | 81.51 | 88 | 85.36 | - |
| YUV | 239.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 227 | 0.02 | 0 | 0.07 | 0.05 | 75 | 0.4 | 0.92 |
| Hex | EF | F3 | E3 | 2 | 0 | 7 | 5 | 4B | 28 | 5C |
| Octal | 357 | 363 | 343 | 2 | 0 | 7 | 5 | 113 | 50 | 134 |
| Binary | 11101111 | 11110011 | 11100011 | 10 | 0 | 111 | 101 | 1001011 | 101000 | 1011100 |
Color Harmonies of #EFF3E3
Complementary color
Monochromatic Colors of #EFF3E3
Black with #EFF3E3
Text Example
Text Example
White with #EFF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3E3; }
p { color: rgb(239,243,227); }
H1.HeaderClassName
{
color: #EFF3E3;
}
.AnyTagClassName
{
color: #EFF3E3;
}
</style>
background-color css
<style>
a { background-color: #EFF3E3; }
a { background-color: rgb(239,243,227); }
div.DivClassName
{
background-color: #EFF3E3;
}
.BgClassName
{
background-color: #EFF3E3;
}
</style>
border-color css
<style>
span { border-color: #EFF3E3; }
span { border-color: rgb(239,243,227); }
td.TdClassName
{
border-color: #EFF3E3;
}
.TagClassName
{
border-color: #EFF3E3;
}
</style>