Shades of Saltpan #EAEEE5
Tints of Saltpan #EAEEE5
RGB
CMYK
RGB Variations
Color information
#EAEEE5 (or 0xEAEEE5) is known color: Saltpan. HEX triplet: EA, EE and E5. RGB value is (234,238,229). Sum of RGB (Red+Green+Blue) = 234+238+229=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEE5 is #15111A. Grayscale: #EBEBEB. Windows color (decimal): -1380635 or 15068906. OLE color: 15068906.
HSL color Cylindrical-coordinate representation of color #EAEEE5: hue angle of 86.67º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAEEE5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 229 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.07 |
| HSL | 86.67º | 0.21% | 0.92% | - |
| HSV(B) | 86.67º | 0.04% | 0.93% | - |
| XYZ | 78.65 | 84.3 | 86.25 | - |
| YUV | 235.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 229 | 0.02 | 0 | 0.04 | 0.07 | 86.67 | 0.21 | 0.92 |
| Hex | EA | EE | E5 | 2 | 0 | 4 | 7 | 57 | 15 | 5C |
| Octal | 352 | 356 | 345 | 2 | 0 | 4 | 7 | 127 | 25 | 134 |
| Binary | 11101010 | 11101110 | 11100101 | 10 | 0 | 100 | 111 | 1010111 | 10101 | 1011100 |
Color Harmonies of #EAEEE5
Complementary color
Monochromatic Colors of #EAEEE5
Black with #EAEEE5
Text Example
Text Example
White with #EAEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEE5; }
p { color: rgb(234,238,229); }
H1.HeaderClassName
{
color: #EAEEE5;
}
.AnyTagClassName
{
color: #EAEEE5;
}
</style>
background-color css
<style>
a { background-color: #EAEEE5; }
a { background-color: rgb(234,238,229); }
div.DivClassName
{
background-color: #EAEEE5;
}
.BgClassName
{
background-color: #EAEEE5;
}
</style>
border-color css
<style>
span { border-color: #EAEEE5; }
span { border-color: rgb(234,238,229); }
td.TdClassName
{
border-color: #EAEEE5;
}
.TagClassName
{
border-color: #EAEEE5;
}
</style>