Shades of Astra #EFD7A8
Tints of Astra #EFD7A8
RGB
CMYK
RGB Variations
Color information
#EFD7A8 (or 0xEFD7A8) is known color: Astra. HEX triplet: EF, D7 and A8. RGB value is (239,215,168). Sum of RGB (Red+Green+Blue) = 239+215+168=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD7A8 is #102857. Grayscale: #D9D9D9. Windows color (decimal): -1058904 or 11065327. OLE color: 11065327.
HSL color Cylindrical-coordinate representation of color #EFD7A8: hue angle of 39.72º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFD7A8 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 168 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.06 |
| HSL | 39.72º | 0.69% | 0.8% | - |
| HSV(B) | 39.72º | 0.3% | 0.94% | - |
| XYZ | 66.96 | 69.78 | 46.99 | - |
| YUV | 216.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 168 | 0 | 0.10 | 0.30 | 0.06 | 39.72 | 0.69 | 0.8 |
| Hex | EF | D7 | A8 | 0 | A | 1E | 6 | 28 | 45 | 50 |
| Octal | 357 | 327 | 250 | 0 | 12 | 36 | 6 | 50 | 105 | 120 |
| Binary | 11101111 | 11010111 | 10101000 | 0 | 1010 | 11110 | 110 | 101000 | 1000101 | 1010000 |
Color Harmonies of #EFD7A8
Complementary color
Monochromatic Colors of #EFD7A8
Black with #EFD7A8
Text Example
Text Example
White with #EFD7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7A8; }
p { color: rgb(239,215,168); }
H1.HeaderClassName
{
color: #EFD7A8;
}
.AnyTagClassName
{
color: #EFD7A8;
}
</style>
background-color css
<style>
a { background-color: #EFD7A8; }
a { background-color: rgb(239,215,168); }
div.DivClassName
{
background-color: #EFD7A8;
}
.BgClassName
{
background-color: #EFD7A8;
}
</style>
border-color css
<style>
span { border-color: #EFD7A8; }
span { border-color: rgb(239,215,168); }
td.TdClassName
{
border-color: #EFD7A8;
}
.TagClassName
{
border-color: #EFD7A8;
}
</style>