Shades of Saltpan #EFFCE0
Tints of Saltpan #EFFCE0
RGB
CMYK
RGB Variations
Color information
#EFFCE0 (or 0xEFFCE0) is known color: Saltpan. HEX triplet: EF, FC and E0. RGB value is (239,252,224). Sum of RGB (Red+Green+Blue) = 239+252+224=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCE0 is #10031F. Grayscale: #F5F5F5. Windows color (decimal): -1049376 or 14744815. OLE color: 14744815.
HSL color Cylindrical-coordinate representation of color #EFFCE0: hue angle of 87.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFCE0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 224 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.01 |
| HSL | 87.86º | 0.82% | 0.93% | - |
| HSV(B) | 87.86º | 0.11% | 0.99% | - |
| XYZ | 83.86 | 93.35 | 84.12 | - |
| YUV | 244.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 224 | 0.05 | 0 | 0.11 | 0.01 | 87.86 | 0.82 | 0.93 |
| Hex | EF | FC | E0 | 5 | 0 | B | 1 | 58 | 52 | 5D |
| Octal | 357 | 374 | 340 | 5 | 0 | 13 | 1 | 130 | 122 | 135 |
| Binary | 11101111 | 11111100 | 11100000 | 101 | 0 | 1011 | 1 | 1011000 | 1010010 | 1011101 |
Color Harmonies of #EFFCE0
Complementary color
Monochromatic Colors of #EFFCE0
Black with #EFFCE0
Text Example
Text Example
White with #EFFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCE0; }
p { color: rgb(239,252,224); }
H1.HeaderClassName
{
color: #EFFCE0;
}
.AnyTagClassName
{
color: #EFFCE0;
}
</style>
background-color css
<style>
a { background-color: #EFFCE0; }
a { background-color: rgb(239,252,224); }
div.DivClassName
{
background-color: #EFFCE0;
}
.BgClassName
{
background-color: #EFFCE0;
}
</style>
border-color css
<style>
span { border-color: #EFFCE0; }
span { border-color: rgb(239,252,224); }
td.TdClassName
{
border-color: #EFFCE0;
}
.TagClassName
{
border-color: #EFFCE0;
}
</style>