Shades of Astra #EBD4A4
Tints of Astra #EBD4A4
RGB
CMYK
RGB Variations
Color information
#EBD4A4 (or 0xEBD4A4) is known color: Astra. HEX triplet: EB, D4 and A4. RGB value is (235,212,164). Sum of RGB (Red+Green+Blue) = 235+212+164=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A4 is #142B5B. Grayscale: #D5D5D5. Windows color (decimal): -1321820 or 10802411. OLE color: 10802411.
HSL color Cylindrical-coordinate representation of color #EBD4A4: hue angle of 40.56º 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 #EBD4A4 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 164 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.08 |
| HSL | 40.56º | 0.64% | 0.78% | - |
| HSV(B) | 40.56º | 0.3% | 0.92% | - |
| XYZ | 64.51 | 67.43 | 44.74 | - |
| YUV | 213.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 164 | 0 | 0.10 | 0.30 | 0.08 | 40.56 | 0.64 | 0.78 |
| Hex | EB | D4 | A4 | 0 | A | 1E | 8 | 29 | 40 | 4E |
| Octal | 353 | 324 | 244 | 0 | 12 | 36 | 10 | 51 | 100 | 116 |
| Binary | 11101011 | 11010100 | 10100100 | 0 | 1010 | 11110 | 1000 | 101001 | 1000000 | 1001110 |
Color Harmonies of #EBD4A4
Complementary color
Monochromatic Colors of #EBD4A4
Black with #EBD4A4
Text Example
Text Example
White with #EBD4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4A4; }
p { color: rgb(235,212,164); }
H1.HeaderClassName
{
color: #EBD4A4;
}
.AnyTagClassName
{
color: #EBD4A4;
}
</style>
background-color css
<style>
a { background-color: #EBD4A4; }
a { background-color: rgb(235,212,164); }
div.DivClassName
{
background-color: #EBD4A4;
}
.BgClassName
{
background-color: #EBD4A4;
}
</style>
border-color css
<style>
span { border-color: #EBD4A4; }
span { border-color: rgb(235,212,164); }
td.TdClassName
{
border-color: #EBD4A4;
}
.TagClassName
{
border-color: #EBD4A4;
}
</style>