Shades of Saltpan #EAF2DA
Tints of Saltpan #EAF2DA
RGB
CMYK
RGB Variations
Color information
#EAF2DA (or 0xEAF2DA) is known color: Saltpan. HEX triplet: EA, F2 and DA. RGB value is (234,242,218). Sum of RGB (Red+Green+Blue) = 234+242+218=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2DA is #150D25. Grayscale: #ECECEC. Windows color (decimal): -1379622 or 14349034. OLE color: 14349034.
HSL color Cylindrical-coordinate representation of color #EAF2DA: hue angle of 80º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAF2DA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 242 | 218 | - |
CMYK | 0.03 | 0 | 0.10 | 0.05 |
HSL | 80º | 0.48% | 0.9% | - |
HSV(B) | 80º | 0.1% | 0.95% | - |
XYZ | 78.34 | 86.06 | 78.81 | - |
YUV | 236.87 | 117.35 | 125.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 242 | 218 | 0.03 | 0 | 0.10 | 0.05 | 80 | 0.48 | 0.9 |
Hex | EA | F2 | DA | 3 | 0 | A | 5 | 50 | 30 | 5A |
Octal | 352 | 362 | 332 | 3 | 0 | 12 | 5 | 120 | 60 | 132 |
Binary | 11101010 | 11110010 | 11011010 | 11 | 0 | 1010 | 101 | 1010000 | 110000 | 1011010 |
Color Harmonies of #EAF2DA
Complementary color
Monochromatic Colors of #EAF2DA
Black with #EAF2DA
Text Example
Text Example
White with #EAF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2DA; }
p { color: rgb(234,242,218); }
H1.HeaderClassName
{
color: #EAF2DA;
}
.AnyTagClassName
{
color: #EAF2DA;
}
</style>
background-color css
<style>
a { background-color: #EAF2DA; }
a { background-color: rgb(234,242,218); }
div.DivClassName
{
background-color: #EAF2DA;
}
.BgClassName
{
background-color: #EAF2DA;
}
</style>
border-color css
<style>
span { border-color: #EAF2DA; }
span { border-color: rgb(234,242,218); }
td.TdClassName
{
border-color: #EAF2DA;
}
.TagClassName
{
border-color: #EAF2DA;
}
</style>