Shades of Saltpan #ECEFE5
Tints of Saltpan #ECEFE5
RGB
CMYK
RGB Variations
Color information
#ECEFE5 (or 0xECEFE5) is known color: Saltpan. HEX triplet: EC, EF and E5. RGB value is (236,239,229). Sum of RGB (Red+Green+Blue) = 236+239+229=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFE5 is #13101A. Grayscale: #EDEDED. Windows color (decimal): -1249307 or 15069164. OLE color: 15069164.
HSL color Cylindrical-coordinate representation of color #ECEFE5: hue angle of 78º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEFE5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 229 | - |
CMYK | 0.01 | 0 | 0.04 | 0.06 |
HSL | 78º | 0.24% | 0.92% | - |
HSV(B) | 78º | 0.04% | 0.94% | - |
XYZ | 79.6 | 85.22 | 86.38 | - |
YUV | 236.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 229 | 0.01 | 0 | 0.04 | 0.06 | 78 | 0.24 | 0.92 |
Hex | EC | EF | E5 | 1 | 0 | 4 | 6 | 4E | 18 | 5C |
Octal | 354 | 357 | 345 | 1 | 0 | 4 | 6 | 116 | 30 | 134 |
Binary | 11101100 | 11101111 | 11100101 | 1 | 0 | 100 | 110 | 1001110 | 11000 | 1011100 |
Color Harmonies of #ECEFE5
Complementary color
Monochromatic Colors of #ECEFE5
Black with #ECEFE5
Text Example
Text Example
White with #ECEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFE5; }
p { color: rgb(236,239,229); }
H1.HeaderClassName
{
color: #ECEFE5;
}
.AnyTagClassName
{
color: #ECEFE5;
}
</style>
background-color css
<style>
a { background-color: #ECEFE5; }
a { background-color: rgb(236,239,229); }
div.DivClassName
{
background-color: #ECEFE5;
}
.BgClassName
{
background-color: #ECEFE5;
}
</style>
border-color css
<style>
span { border-color: #ECEFE5; }
span { border-color: rgb(236,239,229); }
td.TdClassName
{
border-color: #ECEFE5;
}
.TagClassName
{
border-color: #ECEFE5;
}
</style>