Shades of Tusk #E3EDB7
Tints of Tusk #E3EDB7
RGB
CMYK
RGB Variations
Color information
#E3EDB7 (or 0xE3EDB7) is known color: Tusk. HEX triplet: E3, ED and B7. RGB value is (227,237,183). Sum of RGB (Red+Green+Blue) = 227+237+183=647 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.09% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #E3EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3EDB7 is #1C1248. Grayscale: #E4E4E4. Windows color (decimal): -1839689 or 12053987. OLE color: 12053987.
HSL color Cylindrical-coordinate representation of color #E3EDB7: hue angle of 71.11º degrees, saturation: 0.6, 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 #E3EDB7 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 183 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.07 |
| HSL | 71.11º | 0.6% | 0.82% | - |
| HSV(B) | 71.11º | 0.23% | 0.93% | - |
| XYZ | 70.51 | 80.32 | 56.59 | - |
| YUV | 227.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 183 | 0.04 | 0 | 0.23 | 0.07 | 71.11 | 0.6 | 0.82 |
| Hex | E3 | ED | B7 | 4 | 0 | 17 | 7 | 47 | 3C | 52 |
| Octal | 343 | 355 | 267 | 4 | 0 | 27 | 7 | 107 | 74 | 122 |
| Binary | 11100011 | 11101101 | 10110111 | 100 | 0 | 10111 | 111 | 1000111 | 111100 | 1010010 |
Color Harmonies of #E3EDB7
Complementary color
Monochromatic Colors of #E3EDB7
Black with #E3EDB7
Text Example
Text Example
White with #E3EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDB7; }
p { color: rgb(227,237,183); }
H1.HeaderClassName
{
color: #E3EDB7;
}
.AnyTagClassName
{
color: #E3EDB7;
}
</style>
background-color css
<style>
a { background-color: #E3EDB7; }
a { background-color: rgb(227,237,183); }
div.DivClassName
{
background-color: #E3EDB7;
}
.BgClassName
{
background-color: #E3EDB7;
}
</style>
border-color css
<style>
span { border-color: #E3EDB7; }
span { border-color: rgb(227,237,183); }
td.TdClassName
{
border-color: #E3EDB7;
}
.TagClassName
{
border-color: #E3EDB7;
}
</style>