Shades of Saltpan #EFF8DA
Tints of Saltpan #EFF8DA
RGB
CMYK
RGB Variations
Color information
#EFF8DA (or 0xEFF8DA) is known color: Saltpan. HEX triplet: EF, F8 and DA. RGB value is (239,248,218). Sum of RGB (Red+Green+Blue) = 239+248+218=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8DA is #100725. Grayscale: #F1F1F1. Windows color (decimal): -1050406 or 14350575. OLE color: 14350575.
HSL color Cylindrical-coordinate representation of color #EFF8DA: hue angle of 78º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFF8DA is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 218 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.03 |
| HSL | 78º | 0.68% | 0.91% | - |
| HSV(B) | 78º | 0.12% | 0.97% | - |
| XYZ | 81.82 | 90.55 | 79.49 | - |
| YUV | 241.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 218 | 0.04 | 0 | 0.12 | 0.03 | 78 | 0.68 | 0.91 |
| Hex | EF | F8 | DA | 4 | 0 | C | 3 | 4E | 44 | 5B |
| Octal | 357 | 370 | 332 | 4 | 0 | 14 | 3 | 116 | 104 | 133 |
| Binary | 11101111 | 11111000 | 11011010 | 100 | 0 | 1100 | 11 | 1001110 | 1000100 | 1011011 |
Color Harmonies of #EFF8DA
Complementary color
Monochromatic Colors of #EFF8DA
Black with #EFF8DA
Text Example
Text Example
White with #EFF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8DA; }
p { color: rgb(239,248,218); }
H1.HeaderClassName
{
color: #EFF8DA;
}
.AnyTagClassName
{
color: #EFF8DA;
}
</style>
background-color css
<style>
a { background-color: #EFF8DA; }
a { background-color: rgb(239,248,218); }
div.DivClassName
{
background-color: #EFF8DA;
}
.BgClassName
{
background-color: #EFF8DA;
}
</style>
border-color css
<style>
span { border-color: #EFF8DA; }
span { border-color: rgb(239,248,218); }
td.TdClassName
{
border-color: #EFF8DA;
}
.TagClassName
{
border-color: #EFF8DA;
}
</style>