Shades of Astra #EDD4A3
Tints of Astra #EDD4A3
RGB
CMYK
RGB Variations
Color information
#EDD4A3 (or 0xEDD4A3) is known color: Astra. HEX triplet: ED, D4 and A3. RGB value is (237,212,163). Sum of RGB (Red+Green+Blue) = 237+212+163=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4A3 is #122B5C. Grayscale: #D6D6D6. Windows color (decimal): -1190749 or 10736877. OLE color: 10736877.
HSL color Cylindrical-coordinate representation of color #EDD4A3: hue angle of 39.73º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDD4A3 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 163 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.07 |
| HSL | 39.73º | 0.67% | 0.78% | - |
| HSV(B) | 39.73º | 0.31% | 0.93% | - |
| XYZ | 65.08 | 67.74 | 44.29 | - |
| YUV | 213.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 163 | 0 | 0.11 | 0.31 | 0.07 | 39.73 | 0.67 | 0.78 |
| Hex | ED | D4 | A3 | 0 | B | 1F | 7 | 28 | 43 | 4E |
| Octal | 355 | 324 | 243 | 0 | 13 | 37 | 7 | 50 | 103 | 116 |
| Binary | 11101101 | 11010100 | 10100011 | 0 | 1011 | 11111 | 111 | 101000 | 1000011 | 1001110 |
Color Harmonies of #EDD4A3
Complementary color
Monochromatic Colors of #EDD4A3
Black with #EDD4A3
Text Example
Text Example
White with #EDD4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4A3; }
p { color: rgb(237,212,163); }
H1.HeaderClassName
{
color: #EDD4A3;
}
.AnyTagClassName
{
color: #EDD4A3;
}
</style>
background-color css
<style>
a { background-color: #EDD4A3; }
a { background-color: rgb(237,212,163); }
div.DivClassName
{
background-color: #EDD4A3;
}
.BgClassName
{
background-color: #EDD4A3;
}
</style>
border-color css
<style>
span { border-color: #EDD4A3; }
span { border-color: rgb(237,212,163); }
td.TdClassName
{
border-color: #EDD4A3;
}
.TagClassName
{
border-color: #EDD4A3;
}
</style>