Shades of Saltpan #EAF1DC
Tints of Saltpan #EAF1DC
RGB
CMYK
RGB Variations
Color information
#EAF1DC (or 0xEAF1DC) is known color: Saltpan. HEX triplet: EA, F1 and DC. RGB value is (234,241,220). Sum of RGB (Red+Green+Blue) = 234+241+220=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1DC is #150E23. Grayscale: #ECECEC. Windows color (decimal): -1379876 or 14479850. OLE color: 14479850.
HSL color Cylindrical-coordinate representation of color #EAF1DC: hue angle of 80º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF1DC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 220 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.05 |
| HSL | 80º | 0.43% | 0.9% | - |
| HSV(B) | 80º | 0.09% | 0.95% | - |
| XYZ | 78.31 | 85.57 | 80.1 | - |
| YUV | 236.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 220 | 0.03 | 0 | 0.09 | 0.05 | 80 | 0.43 | 0.9 |
| Hex | EA | F1 | DC | 3 | 0 | 9 | 5 | 50 | 2B | 5A |
| Octal | 352 | 361 | 334 | 3 | 0 | 11 | 5 | 120 | 53 | 132 |
| Binary | 11101010 | 11110001 | 11011100 | 11 | 0 | 1001 | 101 | 1010000 | 101011 | 1011010 |
Color Harmonies of #EAF1DC
Complementary color
Monochromatic Colors of #EAF1DC
Black with #EAF1DC
Text Example
Text Example
White with #EAF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1DC; }
p { color: rgb(234,241,220); }
H1.HeaderClassName
{
color: #EAF1DC;
}
.AnyTagClassName
{
color: #EAF1DC;
}
</style>
background-color css
<style>
a { background-color: #EAF1DC; }
a { background-color: rgb(234,241,220); }
div.DivClassName
{
background-color: #EAF1DC;
}
.BgClassName
{
background-color: #EAF1DC;
}
</style>
border-color css
<style>
span { border-color: #EAF1DC; }
span { border-color: rgb(234,241,220); }
td.TdClassName
{
border-color: #EAF1DC;
}
.TagClassName
{
border-color: #EAF1DC;
}
</style>