Shades of Tusk #E6EEB4
Tints of Tusk #E6EEB4
RGB
CMYK
RGB Variations
Color information
#E6EEB4 (or 0xE6EEB4) is known color: Tusk. HEX triplet: E6, EE and B4. RGB value is (230,238,180). Sum of RGB (Red+Green+Blue) = 230+238+180=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #E6EEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EEB4 is #19114B. Grayscale: #E5E5E5. Windows color (decimal): -1642828 or 11857638. OLE color: 11857638.
HSL color Cylindrical-coordinate representation of color #E6EEB4: hue angle of 68.28º 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 #E6EEB4 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 238 | 180 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.07 |
| HSL | 68.28º | 0.63% | 0.82% | - |
| HSV(B) | 68.28º | 0.24% | 0.93% | - |
| XYZ | 71.45 | 81.27 | 55.1 | - |
| YUV | 229 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 180 | 0.03 | 0 | 0.24 | 0.07 | 68.28 | 0.63 | 0.82 |
| Hex | E6 | EE | B4 | 3 | 0 | 18 | 7 | 44 | 3F | 52 |
| Octal | 346 | 356 | 264 | 3 | 0 | 30 | 7 | 104 | 77 | 122 |
| Binary | 11100110 | 11101110 | 10110100 | 11 | 0 | 11000 | 111 | 1000100 | 111111 | 1010010 |
Color Harmonies of #E6EEB4
Complementary color
Monochromatic Colors of #E6EEB4
Black with #E6EEB4
Text Example
Text Example
White with #E6EEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEB4; }
p { color: rgb(230,238,180); }
H1.HeaderClassName
{
color: #E6EEB4;
}
.AnyTagClassName
{
color: #E6EEB4;
}
</style>
background-color css
<style>
a { background-color: #E6EEB4; }
a { background-color: rgb(230,238,180); }
div.DivClassName
{
background-color: #E6EEB4;
}
.BgClassName
{
background-color: #E6EEB4;
}
</style>
border-color css
<style>
span { border-color: #E6EEB4; }
span { border-color: rgb(230,238,180); }
td.TdClassName
{
border-color: #E6EEB4;
}
.TagClassName
{
border-color: #E6EEB4;
}
</style>