Shades of Saltpan #ECEEEA
Tints of Saltpan #ECEEEA
RGB
CMYK
RGB Variations
Color information
#ECEEEA (or 0xECEEEA) is known color: Saltpan. HEX triplet: EC, EE and EA. RGB value is (236,238,234). Sum of RGB (Red+Green+Blue) = 236+238+234=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEEA is #131115. Grayscale: #ECECEC. Windows color (decimal): -1249558 or 15396588. OLE color: 15396588.
HSL color Cylindrical-coordinate representation of color #ECEEEA: hue angle of 90º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEEEA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 234 | - |
CMYK | 0.01 | 0 | 0.02 | 0.07 |
HSL | 90º | 0.11% | 0.93% | - |
HSV(B) | 90º | 0.02% | 0.93% | - |
XYZ | 80.02 | 84.92 | 90.02 | - |
YUV | 236.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 234 | 0.01 | 0 | 0.02 | 0.07 | 90 | 0.11 | 0.93 |
Hex | EC | EE | EA | 1 | 0 | 2 | 7 | 5A | B | 5D |
Octal | 354 | 356 | 352 | 1 | 0 | 2 | 7 | 132 | 13 | 135 |
Binary | 11101100 | 11101110 | 11101010 | 1 | 0 | 10 | 111 | 1011010 | 1011 | 1011101 |
Color Harmonies of #ECEEEA
Complementary color
Monochromatic Colors of #ECEEEA
Black with #ECEEEA
Text Example
Text Example
White with #ECEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEEA; }
p { color: rgb(236,238,234); }
H1.HeaderClassName
{
color: #ECEEEA;
}
.AnyTagClassName
{
color: #ECEEEA;
}
</style>
background-color css
<style>
a { background-color: #ECEEEA; }
a { background-color: rgb(236,238,234); }
div.DivClassName
{
background-color: #ECEEEA;
}
.BgClassName
{
background-color: #ECEEEA;
}
</style>
border-color css
<style>
span { border-color: #ECEEEA; }
span { border-color: rgb(236,238,234); }
td.TdClassName
{
border-color: #ECEEEA;
}
.TagClassName
{
border-color: #ECEEEA;
}
</style>