Shades of Astra #EBD6A5
Tints of Astra #EBD6A5
RGB
CMYK
RGB Variations
Color information
#EBD6A5 (or 0xEBD6A5) is known color: Astra. HEX triplet: EB, D6 and A5. RGB value is (235,214,165). Sum of RGB (Red+Green+Blue) = 235+214+165=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6A5 is #14295A. Grayscale: #D6D6D6. Windows color (decimal): -1321307 or 10868459. OLE color: 10868459.
HSL color Cylindrical-coordinate representation of color #EBD6A5: hue angle of 42º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBD6A5 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 165 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.08 |
| HSL | 42º | 0.64% | 0.78% | - |
| HSV(B) | 42º | 0.3% | 0.92% | - |
| XYZ | 65.1 | 68.47 | 45.38 | - |
| YUV | 214.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 165 | 0 | 0.09 | 0.30 | 0.08 | 42 | 0.64 | 0.78 |
| Hex | EB | D6 | A5 | 0 | 9 | 1E | 8 | 2A | 40 | 4E |
| Octal | 353 | 326 | 245 | 0 | 11 | 36 | 10 | 52 | 100 | 116 |
| Binary | 11101011 | 11010110 | 10100101 | 0 | 1001 | 11110 | 1000 | 101010 | 1000000 | 1001110 |
Color Harmonies of #EBD6A5
Complementary color
Monochromatic Colors of #EBD6A5
Black with #EBD6A5
Text Example
Text Example
White with #EBD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD6A5; }
p { color: rgb(235,214,165); }
H1.HeaderClassName
{
color: #EBD6A5;
}
.AnyTagClassName
{
color: #EBD6A5;
}
</style>
background-color css
<style>
a { background-color: #EBD6A5; }
a { background-color: rgb(235,214,165); }
div.DivClassName
{
background-color: #EBD6A5;
}
.BgClassName
{
background-color: #EBD6A5;
}
</style>
border-color css
<style>
span { border-color: #EBD6A5; }
span { border-color: rgb(235,214,165); }
td.TdClassName
{
border-color: #EBD6A5;
}
.TagClassName
{
border-color: #EBD6A5;
}
</style>