Shades of Saltpan #EFF4E4
Tints of Saltpan #EFF4E4
RGB
CMYK
RGB Variations
Color information
#EFF4E4 (or 0xEFF4E4) is known color: Saltpan. HEX triplet: EF, F4 and E4. RGB value is (239,244,228). Sum of RGB (Red+Green+Blue) = 239+244+228=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 244 (95.70% from 255 or 34.32% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4E4 is #100B1B. Grayscale: #F0F0F0. Windows color (decimal): -1051420 or 15004911. OLE color: 15004911.
HSL color Cylindrical-coordinate representation of color #EFF4E4: hue angle of 78.75º degrees, saturation: 0.42, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF4E4 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 244 | 228 | - |
CMYK | 0.02 | 0 | 0.07 | 0.04 |
HSL | 78.75º | 0.42% | 0.93% | - |
HSV(B) | 78.75º | 0.07% | 0.96% | - |
XYZ | 81.95 | 88.65 | 86.19 | - |
YUV | 240.68 | 120.84 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 244 | 228 | 0.02 | 0 | 0.07 | 0.04 | 78.75 | 0.42 | 0.93 |
Hex | EF | F4 | E4 | 2 | 0 | 7 | 4 | 4F | 2A | 5D |
Octal | 357 | 364 | 344 | 2 | 0 | 7 | 4 | 117 | 52 | 135 |
Binary | 11101111 | 11110100 | 11100100 | 10 | 0 | 111 | 100 | 1001111 | 101010 | 1011101 |
Color Harmonies of #EFF4E4
Complementary color
Monochromatic Colors of #EFF4E4
Black with #EFF4E4
Text Example
Text Example
White with #EFF4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4E4; }
p { color: rgb(239,244,228); }
H1.HeaderClassName
{
color: #EFF4E4;
}
.AnyTagClassName
{
color: #EFF4E4;
}
</style>
background-color css
<style>
a { background-color: #EFF4E4; }
a { background-color: rgb(239,244,228); }
div.DivClassName
{
background-color: #EFF4E4;
}
.BgClassName
{
background-color: #EFF4E4;
}
</style>
border-color css
<style>
span { border-color: #EFF4E4; }
span { border-color: rgb(239,244,228); }
td.TdClassName
{
border-color: #EFF4E4;
}
.TagClassName
{
border-color: #EFF4E4;
}
</style>