Shades of Saltpan #EAF7DA
Tints of Saltpan #EAF7DA
RGB
CMYK
RGB Variations
Color information
#EAF7DA (or 0xEAF7DA) is known color: Saltpan. HEX triplet: EA, F7 and DA. RGB value is (234,247,218). Sum of RGB (Red+Green+Blue) = 234+247+218=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7DA is #150825. Grayscale: #EFEFEF. Windows color (decimal): -1378342 or 14350314. OLE color: 14350314.
HSL color Cylindrical-coordinate representation of color #EAF7DA: hue angle of 86.9º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF7DA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 247 | 218 | - |
CMYK | 0.05 | 0 | 0.12 | 0.03 |
HSL | 86.9º | 0.64% | 0.91% | - |
HSV(B) | 86.9º | 0.12% | 0.97% | - |
XYZ | 79.85 | 89.08 | 79.31 | - |
YUV | 239.81 | 115.69 | 123.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 247 | 218 | 0.05 | 0 | 0.12 | 0.03 | 86.9 | 0.64 | 0.91 |
Hex | EA | F7 | DA | 5 | 0 | C | 3 | 57 | 40 | 5B |
Octal | 352 | 367 | 332 | 5 | 0 | 14 | 3 | 127 | 100 | 133 |
Binary | 11101010 | 11110111 | 11011010 | 101 | 0 | 1100 | 11 | 1010111 | 1000000 | 1011011 |
Color Harmonies of #EAF7DA
Complementary color
Monochromatic Colors of #EAF7DA
Black with #EAF7DA
Text Example
Text Example
White with #EAF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7DA; }
p { color: rgb(234,247,218); }
H1.HeaderClassName
{
color: #EAF7DA;
}
.AnyTagClassName
{
color: #EAF7DA;
}
</style>
background-color css
<style>
a { background-color: #EAF7DA; }
a { background-color: rgb(234,247,218); }
div.DivClassName
{
background-color: #EAF7DA;
}
.BgClassName
{
background-color: #EAF7DA;
}
</style>
border-color css
<style>
span { border-color: #EAF7DA; }
span { border-color: rgb(234,247,218); }
td.TdClassName
{
border-color: #EAF7DA;
}
.TagClassName
{
border-color: #EAF7DA;
}
</style>