Shades of Saltpan #EFF0ED
Tints of Saltpan #EFF0ED
RGB
CMYK
RGB Variations
Color information
#EFF0ED (or 0xEFF0ED) is known color: Saltpan. HEX triplet: EF, F0 and ED. RGB value is (239,240,237). Sum of RGB (Red+Green+Blue) = 239+240+237=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0ED is #100F12. Grayscale: #EFEFEF. Windows color (decimal): -1052435 or 15593711. OLE color: 15593711.
HSL color Cylindrical-coordinate representation of color #EFF0ED: hue angle of 80º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFF0ED is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 240 | 237 | - |
CMYK | 0.00 | 0 | 0.01 | 0.06 |
HSL | 80º | 0.09% | 0.94% | - |
HSV(B) | 80º | 0.01% | 0.94% | - |
XYZ | 82.04 | 86.79 | 92.55 | - |
YUV | 239.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 240 | 237 | 0.00 | 0 | 0.01 | 0.06 | 80 | 0.09 | 0.94 |
Hex | EF | F0 | ED | 0 | 0 | 1 | 6 | 50 | 9 | 5E |
Octal | 357 | 360 | 355 | 0 | 0 | 1 | 6 | 120 | 11 | 136 |
Binary | 11101111 | 11110000 | 11101101 | 0 | 0 | 1 | 110 | 1010000 | 1001 | 1011110 |
Color Harmonies of #EFF0ED
Complementary color
Monochromatic Colors of #EFF0ED
Black with #EFF0ED
Text Example
Text Example
White with #EFF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0ED; }
p { color: rgb(239,240,237); }
H1.HeaderClassName
{
color: #EFF0ED;
}
.AnyTagClassName
{
color: #EFF0ED;
}
</style>
background-color css
<style>
a { background-color: #EFF0ED; }
a { background-color: rgb(239,240,237); }
div.DivClassName
{
background-color: #EFF0ED;
}
.BgClassName
{
background-color: #EFF0ED;
}
</style>
border-color css
<style>
span { border-color: #EFF0ED; }
span { border-color: rgb(239,240,237); }
td.TdClassName
{
border-color: #EFF0ED;
}
.TagClassName
{
border-color: #EFF0ED;
}
</style>