Shades of Tusk #E1EDB3
Tints of Tusk #E1EDB3
RGB
CMYK
RGB Variations
Color information
#E1EDB3 (or 0xE1EDB3) is known color: Tusk. HEX triplet: E1, ED and B3. RGB value is (225,237,179). Sum of RGB (Red+Green+Blue) = 225+237+179=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDB3 is #1E124C. Grayscale: #E3E3E3. Windows color (decimal): -1970765 or 11791841. OLE color: 11791841.
HSL color Cylindrical-coordinate representation of color #E1EDB3: hue angle of 72.41º degrees, saturation: 0.62, 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 #E1EDB3 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 179 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.07 |
| HSL | 72.41º | 0.62% | 0.82% | - |
| HSV(B) | 72.41º | 0.24% | 0.93% | - |
| XYZ | 69.47 | 79.83 | 54.4 | - |
| YUV | 226.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 179 | 0.05 | 0 | 0.24 | 0.07 | 72.41 | 0.62 | 0.82 |
| Hex | E1 | ED | B3 | 5 | 0 | 18 | 7 | 48 | 3E | 52 |
| Octal | 341 | 355 | 263 | 5 | 0 | 30 | 7 | 110 | 76 | 122 |
| Binary | 11100001 | 11101101 | 10110011 | 101 | 0 | 11000 | 111 | 1001000 | 111110 | 1010010 |
Color Harmonies of #E1EDB3
Complementary color
Monochromatic Colors of #E1EDB3
Black with #E1EDB3
Text Example
Text Example
White with #E1EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDB3; }
p { color: rgb(225,237,179); }
H1.HeaderClassName
{
color: #E1EDB3;
}
.AnyTagClassName
{
color: #E1EDB3;
}
</style>
background-color css
<style>
a { background-color: #E1EDB3; }
a { background-color: rgb(225,237,179); }
div.DivClassName
{
background-color: #E1EDB3;
}
.BgClassName
{
background-color: #E1EDB3;
}
</style>
border-color css
<style>
span { border-color: #E1EDB3; }
span { border-color: rgb(225,237,179); }
td.TdClassName
{
border-color: #E1EDB3;
}
.TagClassName
{
border-color: #E1EDB3;
}
</style>