Shades of Tusk #E2EDB5
Tints of Tusk #E2EDB5
RGB
CMYK
RGB Variations
Color information
#E2EDB5 (or 0xE2EDB5) is known color: Tusk. HEX triplet: E2, ED and B5. RGB value is (226,237,181). Sum of RGB (Red+Green+Blue) = 226+237+181=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDB5 is #1D124A. Grayscale: #E3E3E3. Windows color (decimal): -1905227 or 11922914. OLE color: 11922914.
HSL color Cylindrical-coordinate representation of color #E2EDB5: hue angle of 71.79º 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 #E2EDB5 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 181 | - |
CMYK | 0.05 | 0 | 0.24 | 0.07 |
HSL | 71.79º | 0.61% | 0.82% | - |
HSV(B) | 71.79º | 0.24% | 0.93% | - |
XYZ | 69.99 | 80.07 | 55.48 | - |
YUV | 227.33 | 101.86 | 127.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 181 | 0.05 | 0 | 0.24 | 0.07 | 71.79 | 0.61 | 0.82 |
Hex | E2 | ED | B5 | 5 | 0 | 18 | 7 | 48 | 3D | 52 |
Octal | 342 | 355 | 265 | 5 | 0 | 30 | 7 | 110 | 75 | 122 |
Binary | 11100010 | 11101101 | 10110101 | 101 | 0 | 11000 | 111 | 1001000 | 111101 | 1010010 |
Color Harmonies of #E2EDB5
Complementary color
Monochromatic Colors of #E2EDB5
Black with #E2EDB5
Text Example
Text Example
White with #E2EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDB5; }
p { color: rgb(226,237,181); }
H1.HeaderClassName
{
color: #E2EDB5;
}
.AnyTagClassName
{
color: #E2EDB5;
}
</style>
background-color css
<style>
a { background-color: #E2EDB5; }
a { background-color: rgb(226,237,181); }
div.DivClassName
{
background-color: #E2EDB5;
}
.BgClassName
{
background-color: #E2EDB5;
}
</style>
border-color css
<style>
span { border-color: #E2EDB5; }
span { border-color: rgb(226,237,181); }
td.TdClassName
{
border-color: #E2EDB5;
}
.TagClassName
{
border-color: #E2EDB5;
}
</style>