Shades of Tusk #E6EEB5
Tints of Tusk #E6EEB5
RGB
CMYK
RGB Variations
Color information
#E6EEB5 (or 0xE6EEB5) is known color: Tusk. HEX triplet: E6, EE and B5. RGB value is (230,238,181). Sum of RGB (Red+Green+Blue) = 230+238+181=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #E6EEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EEB5 is #19114A. Grayscale: #E5E5E5. Windows color (decimal): -1642827 or 11923174. OLE color: 11923174.
HSL color Cylindrical-coordinate representation of color #E6EEB5: hue angle of 68.42º degrees, saturation: 0.63, 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 #E6EEB5 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 238 | 181 | - |
CMYK | 0.03 | 0 | 0.24 | 0.07 |
HSL | 68.42º | 0.63% | 0.82% | - |
HSV(B) | 68.42º | 0.24% | 0.93% | - |
XYZ | 71.55 | 81.31 | 55.64 | - |
YUV | 229.11 | 100.85 | 128.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 238 | 181 | 0.03 | 0 | 0.24 | 0.07 | 68.42 | 0.63 | 0.82 |
Hex | E6 | EE | B5 | 3 | 0 | 18 | 7 | 44 | 3F | 52 |
Octal | 346 | 356 | 265 | 3 | 0 | 30 | 7 | 104 | 77 | 122 |
Binary | 11100110 | 11101110 | 10110101 | 11 | 0 | 11000 | 111 | 1000100 | 111111 | 1010010 |
Color Harmonies of #E6EEB5
Complementary color
Monochromatic Colors of #E6EEB5
Black with #E6EEB5
Text Example
Text Example
White with #E6EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEB5; }
p { color: rgb(230,238,181); }
H1.HeaderClassName
{
color: #E6EEB5;
}
.AnyTagClassName
{
color: #E6EEB5;
}
</style>
background-color css
<style>
a { background-color: #E6EEB5; }
a { background-color: rgb(230,238,181); }
div.DivClassName
{
background-color: #E6EEB5;
}
.BgClassName
{
background-color: #E6EEB5;
}
</style>
border-color css
<style>
span { border-color: #E6EEB5; }
span { border-color: rgb(230,238,181); }
td.TdClassName
{
border-color: #E6EEB5;
}
.TagClassName
{
border-color: #E6EEB5;
}
</style>