Shades of Astra #EDD8A6
Tints of Astra #EDD8A6
RGB
CMYK
RGB Variations
Color information
#EDD8A6 (or 0xEDD8A6) is known color: Astra. HEX triplet: ED, D8 and A6. RGB value is (237,216,166). Sum of RGB (Red+Green+Blue) = 237+216+166=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 166 (65.23% from 255 or 26.82% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8A6 is #122759. Grayscale: #D8D8D8. Windows color (decimal): -1189722 or 10934509. OLE color: 10934509.
HSL color Cylindrical-coordinate representation of color #EDD8A6: hue angle of 42.25º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDD8A6 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 166 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.07 |
| HSL | 42.25º | 0.66% | 0.79% | - |
| HSV(B) | 42.25º | 0.3% | 0.93% | - |
| XYZ | 66.36 | 69.87 | 46.06 | - |
| YUV | 216.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 166 | 0 | 0.09 | 0.30 | 0.07 | 42.25 | 0.66 | 0.79 |
| Hex | ED | D8 | A6 | 0 | 9 | 1E | 7 | 2A | 42 | 4F |
| Octal | 355 | 330 | 246 | 0 | 11 | 36 | 7 | 52 | 102 | 117 |
| Binary | 11101101 | 11011000 | 10100110 | 0 | 1001 | 11110 | 111 | 101010 | 1000010 | 1001111 |
Color Harmonies of #EDD8A6
Complementary color
Monochromatic Colors of #EDD8A6
Black with #EDD8A6
Text Example
Text Example
White with #EDD8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8A6; }
p { color: rgb(237,216,166); }
H1.HeaderClassName
{
color: #EDD8A6;
}
.AnyTagClassName
{
color: #EDD8A6;
}
</style>
background-color css
<style>
a { background-color: #EDD8A6; }
a { background-color: rgb(237,216,166); }
div.DivClassName
{
background-color: #EDD8A6;
}
.BgClassName
{
background-color: #EDD8A6;
}
</style>
border-color css
<style>
span { border-color: #EDD8A6; }
span { border-color: rgb(237,216,166); }
td.TdClassName
{
border-color: #EDD8A6;
}
.TagClassName
{
border-color: #EDD8A6;
}
</style>