Shades of Astra #E9D3A6
Tints of Astra #E9D3A6
RGB
CMYK
RGB Variations
Color information
#E9D3A6 (or 0xE9D3A6) is known color: Astra. HEX triplet: E9, D3 and A6. RGB value is (233,211,166). Sum of RGB (Red+Green+Blue) = 233+211+166=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D3A6 is #162C59. Grayscale: #D4D4D4. Windows color (decimal): -1453146 or 10933225. OLE color: 10933225.
HSL color Cylindrical-coordinate representation of color #E9D3A6: hue angle of 40.3º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9D3A6 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 166 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.09 |
| HSL | 40.3º | 0.6% | 0.78% | - |
| HSV(B) | 40.3º | 0.29% | 0.91% | - |
| XYZ | 63.78 | 66.67 | 45.58 | - |
| YUV | 212.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 166 | 0 | 0.09 | 0.29 | 0.09 | 40.3 | 0.6 | 0.78 |
| Hex | E9 | D3 | A6 | 0 | 9 | 1D | 9 | 28 | 3C | 4E |
| Octal | 351 | 323 | 246 | 0 | 11 | 35 | 11 | 50 | 74 | 116 |
| Binary | 11101001 | 11010011 | 10100110 | 0 | 1001 | 11101 | 1001 | 101000 | 111100 | 1001110 |
Color Harmonies of #E9D3A6
Complementary color
Monochromatic Colors of #E9D3A6
Black with #E9D3A6
Text Example
Text Example
White with #E9D3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D3A6; }
p { color: rgb(233,211,166); }
H1.HeaderClassName
{
color: #E9D3A6;
}
.AnyTagClassName
{
color: #E9D3A6;
}
</style>
background-color css
<style>
a { background-color: #E9D3A6; }
a { background-color: rgb(233,211,166); }
div.DivClassName
{
background-color: #E9D3A6;
}
.BgClassName
{
background-color: #E9D3A6;
}
</style>
border-color css
<style>
span { border-color: #E9D3A6; }
span { border-color: rgb(233,211,166); }
td.TdClassName
{
border-color: #E9D3A6;
}
.TagClassName
{
border-color: #E9D3A6;
}
</style>