Shades of Tusk #E6ECB5
Tints of Tusk #E6ECB5
RGB
CMYK
RGB Variations
Color information
#E6ECB5 (or 0xE6ECB5) is known color: Tusk. HEX triplet: E6, EC and B5. RGB value is (230,236,181). Sum of RGB (Red+Green+Blue) = 230+236+181=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #E6ECB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6ECB5 is #19134A. Grayscale: #E4E4E4. Windows color (decimal): -1643339 or 11922662. OLE color: 11922662.
HSL color Cylindrical-coordinate representation of color #E6ECB5: hue angle of 66.55º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6ECB5 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 236 | 181 | - |
CMYK | 0.03 | 0 | 0.23 | 0.07 |
HSL | 66.55º | 0.59% | 0.82% | - |
HSV(B) | 66.55º | 0.23% | 0.93% | - |
XYZ | 70.97 | 80.15 | 55.45 | - |
YUV | 227.94 | 101.51 | 129.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 236 | 181 | 0.03 | 0 | 0.23 | 0.07 | 66.55 | 0.59 | 0.82 |
Hex | E6 | EC | B5 | 3 | 0 | 17 | 7 | 43 | 3B | 52 |
Octal | 346 | 354 | 265 | 3 | 0 | 27 | 7 | 103 | 73 | 122 |
Binary | 11100110 | 11101100 | 10110101 | 11 | 0 | 10111 | 111 | 1000011 | 111011 | 1010010 |
Color Harmonies of #E6ECB5
Complementary color
Monochromatic Colors of #E6ECB5
Black with #E6ECB5
Text Example
Text Example
White with #E6ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECB5; }
p { color: rgb(230,236,181); }
H1.HeaderClassName
{
color: #E6ECB5;
}
.AnyTagClassName
{
color: #E6ECB5;
}
</style>
background-color css
<style>
a { background-color: #E6ECB5; }
a { background-color: rgb(230,236,181); }
div.DivClassName
{
background-color: #E6ECB5;
}
.BgClassName
{
background-color: #E6ECB5;
}
</style>
border-color css
<style>
span { border-color: #E6ECB5; }
span { border-color: rgb(230,236,181); }
td.TdClassName
{
border-color: #E6ECB5;
}
.TagClassName
{
border-color: #E6ECB5;
}
</style>