Shades of Saltpan #EAF0DC
Tints of Saltpan #EAF0DC
RGB
CMYK
RGB Variations
Color information
#EAF0DC (or 0xEAF0DC) is known color: Saltpan. HEX triplet: EA, F0 and DC. RGB value is (234,240,220). Sum of RGB (Red+Green+Blue) = 234+240+220=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0DC is #150F23. Grayscale: #ECECEC. Windows color (decimal): -1380132 or 14479594. OLE color: 14479594.
HSL color Cylindrical-coordinate representation of color #EAF0DC: hue angle of 78º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF0DC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 240 | 220 | - |
CMYK | 0.02 | 0 | 0.08 | 0.06 |
HSL | 78º | 0.4% | 0.9% | - |
HSV(B) | 78º | 0.08% | 0.94% | - |
XYZ | 78.01 | 84.98 | 80 | - |
YUV | 235.93 | 119.01 | 126.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 240 | 220 | 0.02 | 0 | 0.08 | 0.06 | 78 | 0.4 | 0.9 |
Hex | EA | F0 | DC | 2 | 0 | 8 | 6 | 4E | 28 | 5A |
Octal | 352 | 360 | 334 | 2 | 0 | 10 | 6 | 116 | 50 | 132 |
Binary | 11101010 | 11110000 | 11011100 | 10 | 0 | 1000 | 110 | 1001110 | 101000 | 1011010 |
Color Harmonies of #EAF0DC
Complementary color
Monochromatic Colors of #EAF0DC
Black with #EAF0DC
Text Example
Text Example
White with #EAF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0DC; }
p { color: rgb(234,240,220); }
H1.HeaderClassName
{
color: #EAF0DC;
}
.AnyTagClassName
{
color: #EAF0DC;
}
</style>
background-color css
<style>
a { background-color: #EAF0DC; }
a { background-color: rgb(234,240,220); }
div.DivClassName
{
background-color: #EAF0DC;
}
.BgClassName
{
background-color: #EAF0DC;
}
</style>
border-color css
<style>
span { border-color: #EAF0DC; }
span { border-color: rgb(234,240,220); }
td.TdClassName
{
border-color: #EAF0DC;
}
.TagClassName
{
border-color: #EAF0DC;
}
</style>