Shades of Saltpan #EAF4DF
Tints of Saltpan #EAF4DF
RGB
CMYK
RGB Variations
Color information
#EAF4DF (or 0xEAF4DF) is known color: Saltpan. HEX triplet: EA, F4 and DF. RGB value is (234,244,223). Sum of RGB (Red+Green+Blue) = 234+244+223=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4DF is #150B20. Grayscale: #EEEEEE. Windows color (decimal): -1379105 or 14677226. OLE color: 14677226.
HSL color Cylindrical-coordinate representation of color #EAF4DF: hue angle of 88.57º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF4DF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 244 | 223 | - |
CMYK | 0.04 | 0 | 0.09 | 0.04 |
HSL | 88.57º | 0.49% | 0.92% | - |
HSV(B) | 88.57º | 0.09% | 0.96% | - |
XYZ | 79.6 | 87.52 | 82.51 | - |
YUV | 238.62 | 119.19 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 223 | 0.04 | 0 | 0.09 | 0.04 | 88.57 | 0.49 | 0.92 |
Hex | EA | F4 | DF | 4 | 0 | 9 | 4 | 59 | 31 | 5C |
Octal | 352 | 364 | 337 | 4 | 0 | 11 | 4 | 131 | 61 | 134 |
Binary | 11101010 | 11110100 | 11011111 | 100 | 0 | 1001 | 100 | 1011001 | 110001 | 1011100 |
Color Harmonies of #EAF4DF
Complementary color
Monochromatic Colors of #EAF4DF
Black with #EAF4DF
Text Example
Text Example
White with #EAF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4DF; }
p { color: rgb(234,244,223); }
H1.HeaderClassName
{
color: #EAF4DF;
}
.AnyTagClassName
{
color: #EAF4DF;
}
</style>
background-color css
<style>
a { background-color: #EAF4DF; }
a { background-color: rgb(234,244,223); }
div.DivClassName
{
background-color: #EAF4DF;
}
.BgClassName
{
background-color: #EAF4DF;
}
</style>
border-color css
<style>
span { border-color: #EAF4DF; }
span { border-color: rgb(234,244,223); }
td.TdClassName
{
border-color: #EAF4DF;
}
.TagClassName
{
border-color: #EAF4DF;
}
</style>