Shades of Tusk #E6EFB0
Tints of Tusk #E6EFB0
RGB
CMYK
RGB Variations
Color information
#E6EFB0 (or 0xE6EFB0) is known color: Tusk. HEX triplet: E6, EF and B0. RGB value is (230,239,176). Sum of RGB (Red+Green+Blue) = 230+239+176=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EFB0 is #19104F. Grayscale: #E5E5E5. Windows color (decimal): -1642576 or 11595750. OLE color: 11595750.
HSL color Cylindrical-coordinate representation of color #E6EFB0: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6EFB0 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 176 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.06 |
| HSL | 68.57º | 0.66% | 0.81% | - |
| HSV(B) | 68.57º | 0.26% | 0.94% | - |
| XYZ | 71.34 | 81.69 | 53.08 | - |
| YUV | 229.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 176 | 0.04 | 0 | 0.26 | 0.06 | 68.57 | 0.66 | 0.81 |
| Hex | E6 | EF | B0 | 4 | 0 | 1A | 6 | 45 | 42 | 51 |
| Octal | 346 | 357 | 260 | 4 | 0 | 32 | 6 | 105 | 102 | 121 |
| Binary | 11100110 | 11101111 | 10110000 | 100 | 0 | 11010 | 110 | 1000101 | 1000010 | 1010001 |
Color Harmonies of #E6EFB0
Complementary color
Monochromatic Colors of #E6EFB0
Black with #E6EFB0
Text Example
Text Example
White with #E6EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFB0; }
p { color: rgb(230,239,176); }
H1.HeaderClassName
{
color: #E6EFB0;
}
.AnyTagClassName
{
color: #E6EFB0;
}
</style>
background-color css
<style>
a { background-color: #E6EFB0; }
a { background-color: rgb(230,239,176); }
div.DivClassName
{
background-color: #E6EFB0;
}
.BgClassName
{
background-color: #E6EFB0;
}
</style>
border-color css
<style>
span { border-color: #E6EFB0; }
span { border-color: rgb(230,239,176); }
td.TdClassName
{
border-color: #E6EFB0;
}
.TagClassName
{
border-color: #E6EFB0;
}
</style>