Shades of Tusk #E6EDB4
Tints of Tusk #E6EDB4
RGB
CMYK
RGB Variations
Color information
#E6EDB4 (or 0xE6EDB4) is known color: Tusk. HEX triplet: E6, ED and B4. RGB value is (230,237,180). Sum of RGB (Red+Green+Blue) = 230+237+180=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDB4 is #19124B. Grayscale: #E4E4E4. Windows color (decimal): -1643084 or 11857382. OLE color: 11857382.
HSL color Cylindrical-coordinate representation of color #E6EDB4: hue angle of 67.37º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6EDB4 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 180 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.07 |
| HSL | 67.37º | 0.61% | 0.82% | - |
| HSV(B) | 67.37º | 0.24% | 0.93% | - |
| XYZ | 71.16 | 80.69 | 55 | - |
| YUV | 228.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 180 | 0.03 | 0 | 0.24 | 0.07 | 67.37 | 0.61 | 0.82 |
| Hex | E6 | ED | B4 | 3 | 0 | 18 | 7 | 43 | 3D | 52 |
| Octal | 346 | 355 | 264 | 3 | 0 | 30 | 7 | 103 | 75 | 122 |
| Binary | 11100110 | 11101101 | 10110100 | 11 | 0 | 11000 | 111 | 1000011 | 111101 | 1010010 |
Color Harmonies of #E6EDB4
Complementary color
Monochromatic Colors of #E6EDB4
Black with #E6EDB4
Text Example
Text Example
White with #E6EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDB4; }
p { color: rgb(230,237,180); }
H1.HeaderClassName
{
color: #E6EDB4;
}
.AnyTagClassName
{
color: #E6EDB4;
}
</style>
background-color css
<style>
a { background-color: #E6EDB4; }
a { background-color: rgb(230,237,180); }
div.DivClassName
{
background-color: #E6EDB4;
}
.BgClassName
{
background-color: #E6EDB4;
}
</style>
border-color css
<style>
span { border-color: #E6EDB4; }
span { border-color: rgb(230,237,180); }
td.TdClassName
{
border-color: #E6EDB4;
}
.TagClassName
{
border-color: #E6EDB4;
}
</style>