Shades of Saltpan #EEFBE0
Tints of Saltpan #EEFBE0
RGB
CMYK
RGB Variations
Color information
#EEFBE0 (or 0xEEFBE0) is known color: Saltpan. HEX triplet: EE, FB and E0. RGB value is (238,251,224). Sum of RGB (Red+Green+Blue) = 238+251+224=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBE0 is #11041F. Grayscale: #F4F4F4. Windows color (decimal): -1115168 or 14744558. OLE color: 14744558.
HSL color Cylindrical-coordinate representation of color #EEFBE0: hue angle of 88.89º 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 #EEFBE0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 251 | 224 | - |
CMYK | 0.05 | 0 | 0.11 | 0.02 |
HSL | 88.89º | 0.77% | 0.93% | - |
HSV(B) | 88.89º | 0.11% | 0.98% | - |
XYZ | 83.21 | 92.55 | 84 | - |
YUV | 244.04 | 116.69 | 123.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 251 | 224 | 0.05 | 0 | 0.11 | 0.02 | 88.89 | 0.77 | 0.93 |
Hex | EE | FB | E0 | 5 | 0 | B | 2 | 59 | 4D | 5D |
Octal | 356 | 373 | 340 | 5 | 0 | 13 | 2 | 131 | 115 | 135 |
Binary | 11101110 | 11111011 | 11100000 | 101 | 0 | 1011 | 10 | 1011001 | 1001101 | 1011101 |
Color Harmonies of #EEFBE0
Complementary color
Monochromatic Colors of #EEFBE0
Black with #EEFBE0
Text Example
Text Example
White with #EEFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBE0; }
p { color: rgb(238,251,224); }
H1.HeaderClassName
{
color: #EEFBE0;
}
.AnyTagClassName
{
color: #EEFBE0;
}
</style>
background-color css
<style>
a { background-color: #EEFBE0; }
a { background-color: rgb(238,251,224); }
div.DivClassName
{
background-color: #EEFBE0;
}
.BgClassName
{
background-color: #EEFBE0;
}
</style>
border-color css
<style>
span { border-color: #EEFBE0; }
span { border-color: rgb(238,251,224); }
td.TdClassName
{
border-color: #EEFBE0;
}
.TagClassName
{
border-color: #EEFBE0;
}
</style>