Shades of Astra #EED8AB
Tints of Astra #EED8AB
RGB
CMYK
RGB Variations
Color information
#EED8AB (or 0xEED8AB) is known color: Astra. HEX triplet: EE, D8 and AB. RGB value is (238,216,171). Sum of RGB (Red+Green+Blue) = 238+216+171=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED8AB is #112754. Grayscale: #D9D9D9. Windows color (decimal): -1124181 or 11262190. OLE color: 11262190.
HSL color Cylindrical-coordinate representation of color #EED8AB: hue angle of 40.3º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EED8AB is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 171 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.07 |
| HSL | 40.3º | 0.66% | 0.8% | - |
| HSV(B) | 40.3º | 0.28% | 0.93% | - |
| XYZ | 67.17 | 70.23 | 48.54 | - |
| YUV | 217.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 171 | 0 | 0.09 | 0.28 | 0.07 | 40.3 | 0.66 | 0.8 |
| Hex | EE | D8 | AB | 0 | 9 | 1C | 7 | 28 | 42 | 50 |
| Octal | 356 | 330 | 253 | 0 | 11 | 34 | 7 | 50 | 102 | 120 |
| Binary | 11101110 | 11011000 | 10101011 | 0 | 1001 | 11100 | 111 | 101000 | 1000010 | 1010000 |
Color Harmonies of #EED8AB
Complementary color
Monochromatic Colors of #EED8AB
Black with #EED8AB
Text Example
Text Example
White with #EED8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8AB; }
p { color: rgb(238,216,171); }
H1.HeaderClassName
{
color: #EED8AB;
}
.AnyTagClassName
{
color: #EED8AB;
}
</style>
background-color css
<style>
a { background-color: #EED8AB; }
a { background-color: rgb(238,216,171); }
div.DivClassName
{
background-color: #EED8AB;
}
.BgClassName
{
background-color: #EED8AB;
}
</style>
border-color css
<style>
span { border-color: #EED8AB; }
span { border-color: rgb(238,216,171); }
td.TdClassName
{
border-color: #EED8AB;
}
.TagClassName
{
border-color: #EED8AB;
}
</style>