Shades of Tusk #E6ECAF
Tints of Tusk #E6ECAF
RGB
CMYK
RGB Variations
Color information
#E6ECAF (or 0xE6ECAF) is known color: Tusk. HEX triplet: E6, EC and AF. RGB value is (230,236,175). Sum of RGB (Red+Green+Blue) = 230+236+175=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #E6ECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6ECAF is #191350. Grayscale: #E3E3E3. Windows color (decimal): -1643345 or 11529446. OLE color: 11529446.
HSL color Cylindrical-coordinate representation of color #E6ECAF: hue angle of 65.9º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ECAF is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 236 | 175 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.07 |
| HSL | 65.9º | 0.62% | 0.81% | - |
| HSV(B) | 65.9º | 0.26% | 0.93% | - |
| XYZ | 70.37 | 79.91 | 52.27 | - |
| YUV | 227.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 236 | 175 | 0.03 | 0 | 0.26 | 0.07 | 65.9 | 0.62 | 0.81 |
| Hex | E6 | EC | AF | 3 | 0 | 1A | 7 | 42 | 3E | 51 |
| Octal | 346 | 354 | 257 | 3 | 0 | 32 | 7 | 102 | 76 | 121 |
| Binary | 11100110 | 11101100 | 10101111 | 11 | 0 | 11010 | 111 | 1000010 | 111110 | 1010001 |
Color Harmonies of #E6ECAF
Complementary color
Monochromatic Colors of #E6ECAF
Black with #E6ECAF
Text Example
Text Example
White with #E6ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECAF; }
p { color: rgb(230,236,175); }
H1.HeaderClassName
{
color: #E6ECAF;
}
.AnyTagClassName
{
color: #E6ECAF;
}
</style>
background-color css
<style>
a { background-color: #E6ECAF; }
a { background-color: rgb(230,236,175); }
div.DivClassName
{
background-color: #E6ECAF;
}
.BgClassName
{
background-color: #E6ECAF;
}
</style>
border-color css
<style>
span { border-color: #E6ECAF; }
span { border-color: rgb(230,236,175); }
td.TdClassName
{
border-color: #E6ECAF;
}
.TagClassName
{
border-color: #E6ECAF;
}
</style>