Shades of Saltpan #EAF5DA
Tints of Saltpan #EAF5DA
RGB
CMYK
RGB Variations
Color information
#EAF5DA (or 0xEAF5DA) is known color: Saltpan. HEX triplet: EA, F5 and DA. RGB value is (234,245,218). Sum of RGB (Red+Green+Blue) = 234+245+218=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5DA is #150A25. Grayscale: #EEEEEE. Windows color (decimal): -1378854 or 14349802. OLE color: 14349802.
HSL color Cylindrical-coordinate representation of color #EAF5DA: hue angle of 84.44º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAF5DA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 245 | 218 | - |
CMYK | 0.04 | 0 | 0.11 | 0.04 |
HSL | 84.44º | 0.57% | 0.91% | - |
HSV(B) | 84.44º | 0.11% | 0.96% | - |
XYZ | 79.24 | 87.86 | 79.11 | - |
YUV | 238.63 | 116.36 | 124.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 245 | 218 | 0.04 | 0 | 0.11 | 0.04 | 84.44 | 0.57 | 0.91 |
Hex | EA | F5 | DA | 4 | 0 | B | 4 | 54 | 39 | 5B |
Octal | 352 | 365 | 332 | 4 | 0 | 13 | 4 | 124 | 71 | 133 |
Binary | 11101010 | 11110101 | 11011010 | 100 | 0 | 1011 | 100 | 1010100 | 111001 | 1011011 |
Color Harmonies of #EAF5DA
Complementary color
Monochromatic Colors of #EAF5DA
Black with #EAF5DA
Text Example
Text Example
White with #EAF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5DA; }
p { color: rgb(234,245,218); }
H1.HeaderClassName
{
color: #EAF5DA;
}
.AnyTagClassName
{
color: #EAF5DA;
}
</style>
background-color css
<style>
a { background-color: #EAF5DA; }
a { background-color: rgb(234,245,218); }
div.DivClassName
{
background-color: #EAF5DA;
}
.BgClassName
{
background-color: #EAF5DA;
}
</style>
border-color css
<style>
span { border-color: #EAF5DA; }
span { border-color: rgb(234,245,218); }
td.TdClassName
{
border-color: #EAF5DA;
}
.TagClassName
{
border-color: #EAF5DA;
}
</style>