Shades of Saltpan #EAF8DA
Tints of Saltpan #EAF8DA
RGB
CMYK
RGB Variations
Color information
#EAF8DA (or 0xEAF8DA) is known color: Saltpan. HEX triplet: EA, F8 and DA. RGB value is (234,248,218). Sum of RGB (Red+Green+Blue) = 234+248+218=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8DA is #150725. Grayscale: #F0F0F0. Windows color (decimal): -1378086 or 14350570. OLE color: 14350570.
HSL color Cylindrical-coordinate representation of color #EAF8DA: hue angle of 88º degrees, saturation: 0.68, 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 #EAF8DA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 248 | 218 | - |
CMYK | 0.06 | 0 | 0.12 | 0.03 |
HSL | 88º | 0.68% | 0.91% | - |
HSV(B) | 88º | 0.12% | 0.97% | - |
XYZ | 80.15 | 89.69 | 79.42 | - |
YUV | 240.39 | 115.36 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 218 | 0.06 | 0 | 0.12 | 0.03 | 88 | 0.68 | 0.91 |
Hex | EA | F8 | DA | 6 | 0 | C | 3 | 58 | 44 | 5B |
Octal | 352 | 370 | 332 | 6 | 0 | 14 | 3 | 130 | 104 | 133 |
Binary | 11101010 | 11111000 | 11011010 | 110 | 0 | 1100 | 11 | 1011000 | 1000100 | 1011011 |
Color Harmonies of #EAF8DA
Complementary color
Monochromatic Colors of #EAF8DA
Black with #EAF8DA
Text Example
Text Example
White with #EAF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8DA; }
p { color: rgb(234,248,218); }
H1.HeaderClassName
{
color: #EAF8DA;
}
.AnyTagClassName
{
color: #EAF8DA;
}
</style>
background-color css
<style>
a { background-color: #EAF8DA; }
a { background-color: rgb(234,248,218); }
div.DivClassName
{
background-color: #EAF8DA;
}
.BgClassName
{
background-color: #EAF8DA;
}
</style>
border-color css
<style>
span { border-color: #EAF8DA; }
span { border-color: rgb(234,248,218); }
td.TdClassName
{
border-color: #EAF8DA;
}
.TagClassName
{
border-color: #EAF8DA;
}
</style>