Shades of Tusk #E3EDB4
Tints of Tusk #E3EDB4
RGB
CMYK
RGB Variations
Color information
#E3EDB4 (or 0xE3EDB4) is known color: Tusk. HEX triplet: E3, ED and B4. RGB value is (227,237,180). Sum of RGB (Red+Green+Blue) = 227+237+180=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #E3EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3EDB4 is #1C124B. Grayscale: #E3E3E3. Windows color (decimal): -1839692 or 11857379. OLE color: 11857379.
HSL color Cylindrical-coordinate representation of color #E3EDB4: hue angle of 70.53º 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 #E3EDB4 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 180 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.07 |
| HSL | 70.53º | 0.61% | 0.82% | - |
| HSV(B) | 70.53º | 0.24% | 0.93% | - |
| XYZ | 70.2 | 80.19 | 54.96 | - |
| YUV | 227.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 180 | 0.04 | 0 | 0.24 | 0.07 | 70.53 | 0.61 | 0.82 |
| Hex | E3 | ED | B4 | 4 | 0 | 18 | 7 | 47 | 3D | 52 |
| Octal | 343 | 355 | 264 | 4 | 0 | 30 | 7 | 107 | 75 | 122 |
| Binary | 11100011 | 11101101 | 10110100 | 100 | 0 | 11000 | 111 | 1000111 | 111101 | 1010010 |
Color Harmonies of #E3EDB4
Complementary color
Monochromatic Colors of #E3EDB4
Black with #E3EDB4
Text Example
Text Example
White with #E3EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDB4; }
p { color: rgb(227,237,180); }
H1.HeaderClassName
{
color: #E3EDB4;
}
.AnyTagClassName
{
color: #E3EDB4;
}
</style>
background-color css
<style>
a { background-color: #E3EDB4; }
a { background-color: rgb(227,237,180); }
div.DivClassName
{
background-color: #E3EDB4;
}
.BgClassName
{
background-color: #E3EDB4;
}
</style>
border-color css
<style>
span { border-color: #E3EDB4; }
span { border-color: rgb(227,237,180); }
td.TdClassName
{
border-color: #E3EDB4;
}
.TagClassName
{
border-color: #E3EDB4;
}
</style>