Shades of Tusk #E5EDB0
Tints of Tusk #E5EDB0
RGB
CMYK
RGB Variations
Color information
#E5EDB0 (or 0xE5EDB0) is known color: Tusk. HEX triplet: E5, ED and B0. RGB value is (229,237,176). Sum of RGB (Red+Green+Blue) = 229+237+176=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EDB0 is #1A124F. Grayscale: #E3E3E3. Windows color (decimal): -1708624 or 11595237. OLE color: 11595237.
HSL color Cylindrical-coordinate representation of color #E5EDB0: hue angle of 67.87º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5EDB0 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 176 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.07 |
| HSL | 67.87º | 0.63% | 0.81% | - |
| HSV(B) | 67.87º | 0.26% | 0.93% | - |
| XYZ | 70.43 | 80.36 | 52.87 | - |
| YUV | 227.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 176 | 0.03 | 0 | 0.26 | 0.07 | 67.87 | 0.63 | 0.81 |
| Hex | E5 | ED | B0 | 3 | 0 | 1A | 7 | 44 | 3F | 51 |
| Octal | 345 | 355 | 260 | 3 | 0 | 32 | 7 | 104 | 77 | 121 |
| Binary | 11100101 | 11101101 | 10110000 | 11 | 0 | 11010 | 111 | 1000100 | 111111 | 1010001 |
Color Harmonies of #E5EDB0
Complementary color
Monochromatic Colors of #E5EDB0
Black with #E5EDB0
Text Example
Text Example
White with #E5EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDB0; }
p { color: rgb(229,237,176); }
H1.HeaderClassName
{
color: #E5EDB0;
}
.AnyTagClassName
{
color: #E5EDB0;
}
</style>
background-color css
<style>
a { background-color: #E5EDB0; }
a { background-color: rgb(229,237,176); }
div.DivClassName
{
background-color: #E5EDB0;
}
.BgClassName
{
background-color: #E5EDB0;
}
</style>
border-color css
<style>
span { border-color: #E5EDB0; }
span { border-color: rgb(229,237,176); }
td.TdClassName
{
border-color: #E5EDB0;
}
.TagClassName
{
border-color: #E5EDB0;
}
</style>