Shades of Tusk #E5EDB5
Tints of Tusk #E5EDB5
RGB
CMYK
RGB Variations
Color information
#E5EDB5 (or 0xE5EDB5) is known color: Tusk. HEX triplet: E5, ED and B5. RGB value is (229,237,181). Sum of RGB (Red+Green+Blue) = 229+237+181=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDB5 is #1A124A. Grayscale: #E4E4E4. Windows color (decimal): -1708619 or 11922917. OLE color: 11922917.
HSL color Cylindrical-coordinate representation of color #E5EDB5: hue angle of 68.57º 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 #E5EDB5 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 181 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.07 |
| HSL | 68.57º | 0.61% | 0.82% | - |
| HSV(B) | 68.57º | 0.24% | 0.93% | - |
| XYZ | 70.94 | 80.56 | 55.53 | - |
| YUV | 228.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 181 | 0.03 | 0 | 0.24 | 0.07 | 68.57 | 0.61 | 0.82 |
| Hex | E5 | ED | B5 | 3 | 0 | 18 | 7 | 45 | 3D | 52 |
| Octal | 345 | 355 | 265 | 3 | 0 | 30 | 7 | 105 | 75 | 122 |
| Binary | 11100101 | 11101101 | 10110101 | 11 | 0 | 11000 | 111 | 1000101 | 111101 | 1010010 |
Color Harmonies of #E5EDB5
Complementary color
Monochromatic Colors of #E5EDB5
Black with #E5EDB5
Text Example
Text Example
White with #E5EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDB5; }
p { color: rgb(229,237,181); }
H1.HeaderClassName
{
color: #E5EDB5;
}
.AnyTagClassName
{
color: #E5EDB5;
}
</style>
background-color css
<style>
a { background-color: #E5EDB5; }
a { background-color: rgb(229,237,181); }
div.DivClassName
{
background-color: #E5EDB5;
}
.BgClassName
{
background-color: #E5EDB5;
}
</style>
border-color css
<style>
span { border-color: #E5EDB5; }
span { border-color: rgb(229,237,181); }
td.TdClassName
{
border-color: #E5EDB5;
}
.TagClassName
{
border-color: #E5EDB5;
}
</style>