Shades of Saltpan #EFF3E5
Tints of Saltpan #EFF3E5
RGB
CMYK
RGB Variations
Color information
#EFF3E5 (or 0xEFF3E5) is known color: Saltpan. HEX triplet: EF, F3 and E5. RGB value is (239,243,229). Sum of RGB (Red+Green+Blue) = 239+243+229=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 243 (95.31% from 255 or 34.18% from 711); Blue value is 229 (89.84% from 255 or 32.21% from 711); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3E5 is #100C1A. Grayscale: #F0F0F0. Windows color (decimal): -1051675 or 15070191. OLE color: 15070191.
HSL color Cylindrical-coordinate representation of color #EFF3E5: hue angle of 77.14º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF3E5 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 243 | 229 | - |
CMYK | 0.02 | 0 | 0.06 | 0.05 |
HSL | 77.14º | 0.37% | 0.93% | - |
HSV(B) | 77.14º | 0.06% | 0.95% | - |
XYZ | 81.79 | 88.11 | 86.82 | - |
YUV | 240.21 | 121.67 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 243 | 229 | 0.02 | 0 | 0.06 | 0.05 | 77.14 | 0.37 | 0.93 |
Hex | EF | F3 | E5 | 2 | 0 | 6 | 5 | 4D | 25 | 5D |
Octal | 357 | 363 | 345 | 2 | 0 | 6 | 5 | 115 | 45 | 135 |
Binary | 11101111 | 11110011 | 11100101 | 10 | 0 | 110 | 101 | 1001101 | 100101 | 1011101 |
Color Harmonies of #EFF3E5
Complementary color
Monochromatic Colors of #EFF3E5
Black with #EFF3E5
Text Example
Text Example
White with #EFF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3E5; }
p { color: rgb(239,243,229); }
H1.HeaderClassName
{
color: #EFF3E5;
}
.AnyTagClassName
{
color: #EFF3E5;
}
</style>
background-color css
<style>
a { background-color: #EFF3E5; }
a { background-color: rgb(239,243,229); }
div.DivClassName
{
background-color: #EFF3E5;
}
.BgClassName
{
background-color: #EFF3E5;
}
</style>
border-color css
<style>
span { border-color: #EFF3E5; }
span { border-color: rgb(239,243,229); }
td.TdClassName
{
border-color: #EFF3E5;
}
.TagClassName
{
border-color: #EFF3E5;
}
</style>