Shades of Astra #EDD8A8
Tints of Astra #EDD8A8
RGB
CMYK
RGB Variations
Color information
#EDD8A8 (or 0xEDD8A8) is known color: Astra. HEX triplet: ED, D8 and A8. RGB value is (237,216,168). Sum of RGB (Red+Green+Blue) = 237+216+168=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8A8 is #122757. Grayscale: #D9D9D9. Windows color (decimal): -1189720 or 11065581. OLE color: 11065581.
HSL color Cylindrical-coordinate representation of color #EDD8A8: hue angle of 41.74º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDD8A8 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 168 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.07 |
| HSL | 41.74º | 0.66% | 0.79% | - |
| HSV(B) | 41.74º | 0.29% | 0.93% | - |
| XYZ | 66.55 | 69.94 | 47.04 | - |
| YUV | 216.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 168 | 0 | 0.09 | 0.29 | 0.07 | 41.74 | 0.66 | 0.79 |
| Hex | ED | D8 | A8 | 0 | 9 | 1D | 7 | 2A | 42 | 4F |
| Octal | 355 | 330 | 250 | 0 | 11 | 35 | 7 | 52 | 102 | 117 |
| Binary | 11101101 | 11011000 | 10101000 | 0 | 1001 | 11101 | 111 | 101010 | 1000010 | 1001111 |
Color Harmonies of #EDD8A8
Complementary color
Monochromatic Colors of #EDD8A8
Black with #EDD8A8
Text Example
Text Example
White with #EDD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8A8; }
p { color: rgb(237,216,168); }
H1.HeaderClassName
{
color: #EDD8A8;
}
.AnyTagClassName
{
color: #EDD8A8;
}
</style>
background-color css
<style>
a { background-color: #EDD8A8; }
a { background-color: rgb(237,216,168); }
div.DivClassName
{
background-color: #EDD8A8;
}
.BgClassName
{
background-color: #EDD8A8;
}
</style>
border-color css
<style>
span { border-color: #EDD8A8; }
span { border-color: rgb(237,216,168); }
td.TdClassName
{
border-color: #EDD8A8;
}
.TagClassName
{
border-color: #EDD8A8;
}
</style>