Shades of Astra #EDD4A8
Tints of Astra #EDD4A8
RGB
CMYK
RGB Variations
Color information
#EDD4A8 (or 0xEDD4A8) is known color: Astra. HEX triplet: ED, D4 and A8. RGB value is (237,212,168). Sum of RGB (Red+Green+Blue) = 237+212+168=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4A8 is #122B57. Grayscale: #D6D6D6. Windows color (decimal): -1190744 or 11064557. OLE color: 11064557.
HSL color Cylindrical-coordinate representation of color #EDD4A8: hue angle of 38.26º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDD4A8 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 212 | 168 | - |
CMYK | 0 | 0.11 | 0.29 | 0.07 |
HSL | 38.26º | 0.66% | 0.79% | - |
HSV(B) | 38.26º | 0.29% | 0.93% | - |
XYZ | 65.54 | 67.92 | 46.7 | - |
YUV | 214.46 | 101.78 | 144.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 212 | 168 | 0 | 0.11 | 0.29 | 0.07 | 38.26 | 0.66 | 0.79 |
Hex | ED | D4 | A8 | 0 | B | 1D | 7 | 26 | 42 | 4F |
Octal | 355 | 324 | 250 | 0 | 13 | 35 | 7 | 46 | 102 | 117 |
Binary | 11101101 | 11010100 | 10101000 | 0 | 1011 | 11101 | 111 | 100110 | 1000010 | 1001111 |
Color Harmonies of #EDD4A8
Complementary color
Monochromatic Colors of #EDD4A8
Black with #EDD4A8
Text Example
Text Example
White with #EDD4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4A8; }
p { color: rgb(237,212,168); }
H1.HeaderClassName
{
color: #EDD4A8;
}
.AnyTagClassName
{
color: #EDD4A8;
}
</style>
background-color css
<style>
a { background-color: #EDD4A8; }
a { background-color: rgb(237,212,168); }
div.DivClassName
{
background-color: #EDD4A8;
}
.BgClassName
{
background-color: #EDD4A8;
}
</style>
border-color css
<style>
span { border-color: #EDD4A8; }
span { border-color: rgb(237,212,168); }
td.TdClassName
{
border-color: #EDD4A8;
}
.TagClassName
{
border-color: #EDD4A8;
}
</style>