Shades of Tusk #E3EDB5
Tints of Tusk #E3EDB5
RGB
CMYK
RGB Variations
Color information
#E3EDB5 (or 0xE3EDB5) is known color: Tusk. HEX triplet: E3, ED and B5. RGB value is (227,237,181). Sum of RGB (Red+Green+Blue) = 227+237+181=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #E3EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3EDB5 is #1C124A. Grayscale: #E3E3E3. Windows color (decimal): -1839691 or 11922915. OLE color: 11922915.
HSL color Cylindrical-coordinate representation of color #E3EDB5: hue angle of 70.71º 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 #E3EDB5 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 181 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.07 |
| HSL | 70.71º | 0.61% | 0.82% | - |
| HSV(B) | 70.71º | 0.24% | 0.93% | - |
| XYZ | 70.3 | 80.24 | 55.5 | - |
| YUV | 227.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 181 | 0.04 | 0 | 0.24 | 0.07 | 70.71 | 0.61 | 0.82 |
| Hex | E3 | ED | B5 | 4 | 0 | 18 | 7 | 47 | 3D | 52 |
| Octal | 343 | 355 | 265 | 4 | 0 | 30 | 7 | 107 | 75 | 122 |
| Binary | 11100011 | 11101101 | 10110101 | 100 | 0 | 11000 | 111 | 1000111 | 111101 | 1010010 |
Color Harmonies of #E3EDB5
Complementary color
Monochromatic Colors of #E3EDB5
Black with #E3EDB5
Text Example
Text Example
White with #E3EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDB5; }
p { color: rgb(227,237,181); }
H1.HeaderClassName
{
color: #E3EDB5;
}
.AnyTagClassName
{
color: #E3EDB5;
}
</style>
background-color css
<style>
a { background-color: #E3EDB5; }
a { background-color: rgb(227,237,181); }
div.DivClassName
{
background-color: #E3EDB5;
}
.BgClassName
{
background-color: #E3EDB5;
}
</style>
border-color css
<style>
span { border-color: #E3EDB5; }
span { border-color: rgb(227,237,181); }
td.TdClassName
{
border-color: #E3EDB5;
}
.TagClassName
{
border-color: #E3EDB5;
}
</style>