Shades of Saltpan #EFFBE0
Tints of Saltpan #EFFBE0
RGB
CMYK
RGB Variations
Color information
#EFFBE0 (or 0xEFFBE0) is known color: Saltpan. HEX triplet: EF, FB and E0. RGB value is (239,251,224). Sum of RGB (Red+Green+Blue) = 239+251+224=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBE0 is #10041F. Grayscale: #F4F4F4. Windows color (decimal): -1049632 or 14744559. OLE color: 14744559.
HSL color Cylindrical-coordinate representation of color #EFFBE0: hue angle of 86.67º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFBE0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 224 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.02 |
| HSL | 86.67º | 0.77% | 0.93% | - |
| HSV(B) | 86.67º | 0.11% | 0.98% | - |
| XYZ | 83.55 | 92.73 | 84.02 | - |
| YUV | 244.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 224 | 0.05 | 0 | 0.11 | 0.02 | 86.67 | 0.77 | 0.93 |
| Hex | EF | FB | E0 | 5 | 0 | B | 2 | 57 | 4D | 5D |
| Octal | 357 | 373 | 340 | 5 | 0 | 13 | 2 | 127 | 115 | 135 |
| Binary | 11101111 | 11111011 | 11100000 | 101 | 0 | 1011 | 10 | 1010111 | 1001101 | 1011101 |
Color Harmonies of #EFFBE0
Complementary color
Monochromatic Colors of #EFFBE0
Black with #EFFBE0
Text Example
Text Example
White with #EFFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBE0; }
p { color: rgb(239,251,224); }
H1.HeaderClassName
{
color: #EFFBE0;
}
.AnyTagClassName
{
color: #EFFBE0;
}
</style>
background-color css
<style>
a { background-color: #EFFBE0; }
a { background-color: rgb(239,251,224); }
div.DivClassName
{
background-color: #EFFBE0;
}
.BgClassName
{
background-color: #EFFBE0;
}
</style>
border-color css
<style>
span { border-color: #EFFBE0; }
span { border-color: rgb(239,251,224); }
td.TdClassName
{
border-color: #EFFBE0;
}
.TagClassName
{
border-color: #EFFBE0;
}
</style>