Shades of Astra #ECD4A4
Tints of Astra #ECD4A4
RGB
CMYK
RGB Variations
Color information
#ECD4A4 (or 0xECD4A4) is known color: Astra. HEX triplet: EC, D4 and A4. RGB value is (236,212,164). Sum of RGB (Red+Green+Blue) = 236+212+164=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4A4 is #132B5B. Grayscale: #D5D5D5. Windows color (decimal): -1256284 or 10802412. OLE color: 10802412.
HSL color Cylindrical-coordinate representation of color #ECD4A4: hue angle of 40º degrees, saturation: 0.65, 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 #ECD4A4 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 164 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.07 |
| HSL | 40º | 0.65% | 0.78% | - |
| HSV(B) | 40º | 0.31% | 0.93% | - |
| XYZ | 64.84 | 67.6 | 44.75 | - |
| YUV | 213.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 164 | 0 | 0.10 | 0.31 | 0.07 | 40 | 0.65 | 0.78 |
| Hex | EC | D4 | A4 | 0 | A | 1F | 7 | 28 | 41 | 4E |
| Octal | 354 | 324 | 244 | 0 | 12 | 37 | 7 | 50 | 101 | 116 |
| Binary | 11101100 | 11010100 | 10100100 | 0 | 1010 | 11111 | 111 | 101000 | 1000001 | 1001110 |
Color Harmonies of #ECD4A4
Complementary color
Monochromatic Colors of #ECD4A4
Black with #ECD4A4
Text Example
Text Example
White with #ECD4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4A4; }
p { color: rgb(236,212,164); }
H1.HeaderClassName
{
color: #ECD4A4;
}
.AnyTagClassName
{
color: #ECD4A4;
}
</style>
background-color css
<style>
a { background-color: #ECD4A4; }
a { background-color: rgb(236,212,164); }
div.DivClassName
{
background-color: #ECD4A4;
}
.BgClassName
{
background-color: #ECD4A4;
}
</style>
border-color css
<style>
span { border-color: #ECD4A4; }
span { border-color: rgb(236,212,164); }
td.TdClassName
{
border-color: #ECD4A4;
}
.TagClassName
{
border-color: #ECD4A4;
}
</style>