Shades of Saltpan #EAEFE0
Tints of Saltpan #EAEFE0
RGB
CMYK
RGB Variations
Color information
#EAEFE0 (or 0xEAEFE0) is known color: Saltpan. HEX triplet: EA, EF and E0. RGB value is (234,239,224). Sum of RGB (Red+Green+Blue) = 234+239+224=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFE0 is #15101F. Grayscale: #EBEBEB. Windows color (decimal): -1380384 or 14741482. OLE color: 14741482.
HSL color Cylindrical-coordinate representation of color #EAEFE0: hue angle of 80º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAEFE0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 224 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.06 |
| HSL | 80º | 0.32% | 0.91% | - |
| HSV(B) | 80º | 0.06% | 0.94% | - |
| XYZ | 78.25 | 84.61 | 82.73 | - |
| YUV | 235.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 224 | 0.02 | 0 | 0.06 | 0.06 | 80 | 0.32 | 0.91 |
| Hex | EA | EF | E0 | 2 | 0 | 6 | 6 | 50 | 20 | 5B |
| Octal | 352 | 357 | 340 | 2 | 0 | 6 | 6 | 120 | 40 | 133 |
| Binary | 11101010 | 11101111 | 11100000 | 10 | 0 | 110 | 110 | 1010000 | 100000 | 1011011 |
Color Harmonies of #EAEFE0
Complementary color
Monochromatic Colors of #EAEFE0
Black with #EAEFE0
Text Example
Text Example
White with #EAEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFE0; }
p { color: rgb(234,239,224); }
H1.HeaderClassName
{
color: #EAEFE0;
}
.AnyTagClassName
{
color: #EAEFE0;
}
</style>
background-color css
<style>
a { background-color: #EAEFE0; }
a { background-color: rgb(234,239,224); }
div.DivClassName
{
background-color: #EAEFE0;
}
.BgClassName
{
background-color: #EAEFE0;
}
</style>
border-color css
<style>
span { border-color: #EAEFE0; }
span { border-color: rgb(234,239,224); }
td.TdClassName
{
border-color: #EAEFE0;
}
.TagClassName
{
border-color: #EAEFE0;
}
</style>