Shades of Tusk #E7EDB5
Tints of Tusk #E7EDB5
RGB
CMYK
RGB Variations
Color information
#E7EDB5 (or 0xE7EDB5) is known color: Tusk. HEX triplet: E7, ED and B5. RGB value is (231,237,181). Sum of RGB (Red+Green+Blue) = 231+237+181=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDB5 is #18124A. Grayscale: #E5E5E5. Windows color (decimal): -1577547 or 11922919. OLE color: 11922919.
HSL color Cylindrical-coordinate representation of color #E7EDB5: hue angle of 66.43º 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 #E7EDB5 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 237 | 181 | - |
CMYK | 0.03 | 0 | 0.24 | 0.07 |
HSL | 66.43º | 0.61% | 0.82% | - |
HSV(B) | 66.43º | 0.24% | 0.93% | - |
XYZ | 71.58 | 80.89 | 55.56 | - |
YUV | 228.82 | 101.01 | 129.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 237 | 181 | 0.03 | 0 | 0.24 | 0.07 | 66.43 | 0.61 | 0.82 |
Hex | E7 | ED | B5 | 3 | 0 | 18 | 7 | 42 | 3D | 52 |
Octal | 347 | 355 | 265 | 3 | 0 | 30 | 7 | 102 | 75 | 122 |
Binary | 11100111 | 11101101 | 10110101 | 11 | 0 | 11000 | 111 | 1000010 | 111101 | 1010010 |
Color Harmonies of #E7EDB5
Complementary color
Monochromatic Colors of #E7EDB5
Black with #E7EDB5
Text Example
Text Example
White with #E7EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDB5; }
p { color: rgb(231,237,181); }
H1.HeaderClassName
{
color: #E7EDB5;
}
.AnyTagClassName
{
color: #E7EDB5;
}
</style>
background-color css
<style>
a { background-color: #E7EDB5; }
a { background-color: rgb(231,237,181); }
div.DivClassName
{
background-color: #E7EDB5;
}
.BgClassName
{
background-color: #E7EDB5;
}
</style>
border-color css
<style>
span { border-color: #E7EDB5; }
span { border-color: rgb(231,237,181); }
td.TdClassName
{
border-color: #E7EDB5;
}
.TagClassName
{
border-color: #E7EDB5;
}
</style>