Shades of Astra #EAD4A5
Tints of Astra #EAD4A5
RGB
CMYK
RGB Variations
Color information
#EAD4A5 (or 0xEAD4A5) is known color: Astra. HEX triplet: EA, D4 and A5. RGB value is (234,212,165). Sum of RGB (Red+Green+Blue) = 234+212+165=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4A5 is #152B5A. Grayscale: #D5D5D5. Windows color (decimal): -1387355 or 10867946. OLE color: 10867946.
HSL color Cylindrical-coordinate representation of color #EAD4A5: hue angle of 40.87º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAD4A5 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 165 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.08 |
| HSL | 40.87º | 0.62% | 0.78% | - |
| HSV(B) | 40.87º | 0.29% | 0.92% | - |
| XYZ | 64.27 | 67.3 | 45.2 | - |
| YUV | 213.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 165 | 0 | 0.09 | 0.29 | 0.08 | 40.87 | 0.62 | 0.78 |
| Hex | EA | D4 | A5 | 0 | 9 | 1D | 8 | 29 | 3E | 4E |
| Octal | 352 | 324 | 245 | 0 | 11 | 35 | 10 | 51 | 76 | 116 |
| Binary | 11101010 | 11010100 | 10100101 | 0 | 1001 | 11101 | 1000 | 101001 | 111110 | 1001110 |
Color Harmonies of #EAD4A5
Complementary color
Monochromatic Colors of #EAD4A5
Black with #EAD4A5
Text Example
Text Example
White with #EAD4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4A5; }
p { color: rgb(234,212,165); }
H1.HeaderClassName
{
color: #EAD4A5;
}
.AnyTagClassName
{
color: #EAD4A5;
}
</style>
background-color css
<style>
a { background-color: #EAD4A5; }
a { background-color: rgb(234,212,165); }
div.DivClassName
{
background-color: #EAD4A5;
}
.BgClassName
{
background-color: #EAD4A5;
}
</style>
border-color css
<style>
span { border-color: #EAD4A5; }
span { border-color: rgb(234,212,165); }
td.TdClassName
{
border-color: #EAD4A5;
}
.TagClassName
{
border-color: #EAD4A5;
}
</style>