Shades of Saltpan #EAEFE4
Tints of Saltpan #EAEFE4
RGB
CMYK
RGB Variations
Color information
#EAEFE4 (or 0xEAEFE4) is known color: Saltpan. HEX triplet: EA, EF and E4. RGB value is (234,239,228). Sum of RGB (Red+Green+Blue) = 234+239+228=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFE4 is #15101B. Grayscale: #ECECEC. Windows color (decimal): -1380380 or 15003626. OLE color: 15003626.
HSL color Cylindrical-coordinate representation of color #EAEFE4: hue angle of 87.27º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAEFE4 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 239 | 228 | - |
CMYK | 0.02 | 0 | 0.05 | 0.06 |
HSL | 87.27º | 0.26% | 0.92% | - |
HSV(B) | 87.27º | 0.05% | 0.94% | - |
XYZ | 78.8 | 84.83 | 85.62 | - |
YUV | 236.25 | 123.34 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 239 | 228 | 0.02 | 0 | 0.05 | 0.06 | 87.27 | 0.26 | 0.92 |
Hex | EA | EF | E4 | 2 | 0 | 5 | 6 | 57 | 1A | 5C |
Octal | 352 | 357 | 344 | 2 | 0 | 5 | 6 | 127 | 32 | 134 |
Binary | 11101010 | 11101111 | 11100100 | 10 | 0 | 101 | 110 | 1010111 | 11010 | 1011100 |
Color Harmonies of #EAEFE4
Complementary color
Monochromatic Colors of #EAEFE4
Black with #EAEFE4
Text Example
Text Example
White with #EAEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFE4; }
p { color: rgb(234,239,228); }
H1.HeaderClassName
{
color: #EAEFE4;
}
.AnyTagClassName
{
color: #EAEFE4;
}
</style>
background-color css
<style>
a { background-color: #EAEFE4; }
a { background-color: rgb(234,239,228); }
div.DivClassName
{
background-color: #EAEFE4;
}
.BgClassName
{
background-color: #EAEFE4;
}
</style>
border-color css
<style>
span { border-color: #EAEFE4; }
span { border-color: rgb(234,239,228); }
td.TdClassName
{
border-color: #EAEFE4;
}
.TagClassName
{
border-color: #EAEFE4;
}
</style>