Shades of Tusk #E6E9B4
Tints of Tusk #E6E9B4
RGB
CMYK
RGB Variations
Color information
#E6E9B4 (or 0xE6E9B4) is known color: Tusk. HEX triplet: E6, E9 and B4. RGB value is (230,233,180). Sum of RGB (Red+Green+Blue) = 230+233+180=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E9B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E9B4 is #19164B. Grayscale: #E2E2E2. Windows color (decimal): -1644108 or 11856358. OLE color: 11856358.
HSL color Cylindrical-coordinate representation of color #E6E9B4: hue angle of 63.4º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6E9B4 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 180 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.09 |
| HSL | 63.4º | 0.55% | 0.81% | - |
| HSV(B) | 63.4º | 0.23% | 0.91% | - |
| XYZ | 70.01 | 78.4 | 54.62 | - |
| YUV | 226.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 180 | 0.01 | 0 | 0.23 | 0.09 | 63.4 | 0.55 | 0.81 |
| Hex | E6 | E9 | B4 | 1 | 0 | 17 | 9 | 3F | 37 | 51 |
| Octal | 346 | 351 | 264 | 1 | 0 | 27 | 11 | 77 | 67 | 121 |
| Binary | 11100110 | 11101001 | 10110100 | 1 | 0 | 10111 | 1001 | 111111 | 110111 | 1010001 |
Color Harmonies of #E6E9B4
Complementary color
Monochromatic Colors of #E6E9B4
Black with #E6E9B4
Text Example
Text Example
White with #E6E9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E9B4; }
p { color: rgb(230,233,180); }
H1.HeaderClassName
{
color: #E6E9B4;
}
.AnyTagClassName
{
color: #E6E9B4;
}
</style>
background-color css
<style>
a { background-color: #E6E9B4; }
a { background-color: rgb(230,233,180); }
div.DivClassName
{
background-color: #E6E9B4;
}
.BgClassName
{
background-color: #E6E9B4;
}
</style>
border-color css
<style>
span { border-color: #E6E9B4; }
span { border-color: rgb(230,233,180); }
td.TdClassName
{
border-color: #E6E9B4;
}
.TagClassName
{
border-color: #E6E9B4;
}
</style>