Shades of Saltpan #EAF4DB
Tints of Saltpan #EAF4DB
RGB
CMYK
RGB Variations
Color information
#EAF4DB (or 0xEAF4DB) is known color: Saltpan. HEX triplet: EA, F4 and DB. RGB value is (234,244,219). Sum of RGB (Red+Green+Blue) = 234+244+219=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4DB is #150B24. Grayscale: #EEEEEE. Windows color (decimal): -1379109 or 14415082. OLE color: 14415082.
HSL color Cylindrical-coordinate representation of color #EAF4DB: hue angle of 84º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAF4DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 244 | 219 | - |
CMYK | 0.04 | 0 | 0.10 | 0.04 |
HSL | 84º | 0.53% | 0.91% | - |
HSV(B) | 84º | 0.1% | 0.96% | - |
XYZ | 79.07 | 87.31 | 79.7 | - |
YUV | 238.16 | 117.19 | 125.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 219 | 0.04 | 0 | 0.10 | 0.04 | 84 | 0.53 | 0.91 |
Hex | EA | F4 | DB | 4 | 0 | A | 4 | 54 | 35 | 5B |
Octal | 352 | 364 | 333 | 4 | 0 | 12 | 4 | 124 | 65 | 133 |
Binary | 11101010 | 11110100 | 11011011 | 100 | 0 | 1010 | 100 | 1010100 | 110101 | 1011011 |
Color Harmonies of #EAF4DB
Complementary color
Monochromatic Colors of #EAF4DB
Black with #EAF4DB
Text Example
Text Example
White with #EAF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4DB; }
p { color: rgb(234,244,219); }
H1.HeaderClassName
{
color: #EAF4DB;
}
.AnyTagClassName
{
color: #EAF4DB;
}
</style>
background-color css
<style>
a { background-color: #EAF4DB; }
a { background-color: rgb(234,244,219); }
div.DivClassName
{
background-color: #EAF4DB;
}
.BgClassName
{
background-color: #EAF4DB;
}
</style>
border-color css
<style>
span { border-color: #EAF4DB; }
span { border-color: rgb(234,244,219); }
td.TdClassName
{
border-color: #EAF4DB;
}
.TagClassName
{
border-color: #EAF4DB;
}
</style>