Shades of Astra #EFD7A6
Tints of Astra #EFD7A6
RGB
CMYK
RGB Variations
Color information
#EFD7A6 (or 0xEFD7A6) is known color: Astra. HEX triplet: EF, D7 and A6. RGB value is (239,215,166). Sum of RGB (Red+Green+Blue) = 239+215+166=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD7A6 is #102859. Grayscale: #D8D8D8. Windows color (decimal): -1058906 or 10934255. OLE color: 10934255.
HSL color Cylindrical-coordinate representation of color #EFD7A6: hue angle of 40.27º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFD7A6 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 166 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.06 |
| HSL | 40.27º | 0.7% | 0.79% | - |
| HSV(B) | 40.27º | 0.31% | 0.94% | - |
| XYZ | 66.78 | 69.7 | 46.01 | - |
| YUV | 216.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 166 | 0 | 0.10 | 0.31 | 0.06 | 40.27 | 0.7 | 0.79 |
| Hex | EF | D7 | A6 | 0 | A | 1F | 6 | 28 | 46 | 4F |
| Octal | 357 | 327 | 246 | 0 | 12 | 37 | 6 | 50 | 106 | 117 |
| Binary | 11101111 | 11010111 | 10100110 | 0 | 1010 | 11111 | 110 | 101000 | 1000110 | 1001111 |
Color Harmonies of #EFD7A6
Complementary color
Monochromatic Colors of #EFD7A6
Black with #EFD7A6
Text Example
Text Example
White with #EFD7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7A6; }
p { color: rgb(239,215,166); }
H1.HeaderClassName
{
color: #EFD7A6;
}
.AnyTagClassName
{
color: #EFD7A6;
}
</style>
background-color css
<style>
a { background-color: #EFD7A6; }
a { background-color: rgb(239,215,166); }
div.DivClassName
{
background-color: #EFD7A6;
}
.BgClassName
{
background-color: #EFD7A6;
}
</style>
border-color css
<style>
span { border-color: #EFD7A6; }
span { border-color: rgb(239,215,166); }
td.TdClassName
{
border-color: #EFD7A6;
}
.TagClassName
{
border-color: #EFD7A6;
}
</style>