#ECD5A3

Color #ECD5A3 Astra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astra #ECD5A3

Tints of Astra #ECD5A3

Color information

#ECD5A3 (or 0xECD5A3) is unknown color: approx Astra. HEX triplet: EC, D5 and A3. RGB value is (236,213,163). Sum of RGB (Red+Green+Blue) = 236+213+163=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5A3 is #132A5C. Grayscale: #D6D6D6. Windows color (decimal): -1256029 or 10737132. OLE color: 10737132.

HSL color Cylindrical-coordinate representation of color #ECD5A3: hue angle of 41.1º degrees, saturation: 0.66, 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 #ECD5A3 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236213163-
CMYK00.100.310.07
HSL41.1º65.77%78.24%-
HSV(B)41.1º30.93%92.55%-
XYZ6568.0744.36-
YUV214.1899.12143.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 163 (64.06% from 255) = 26.63%
R=38.56%
G=34.80%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621316300.100.310.0741.165.7778.24
HexECD5A30A1F729424e
Octal35432524301237751102116
Binary111011001101010110100011010101111111110100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5A3; }

 p { color: rgb(236,213,163); }

 H1.HeaderClassName
 {
   color: #ECD5A3;
 }
 .AnyTagClassName
 {
   color: #ECD5A3;
 }
</style>
background-color css

<style>
 a { background-color: #ECD5A3; }

 a { background-color: rgb(236,213,163); }

 div.DivClassName
 {
   background-color: #ECD5A3;
 }
 .BgClassName
 {
   background-color: #ECD5A3;
 }
</style>
border-color css

<style>
 span { border-color: #ECD5A3; }

 span { border-color: rgb(236,213,163); }

 td.TdClassName
 {
   border-color: #ECD5A3;
 }
 .TagClassName
 {
   border-color: #ECD5A3;
 }
</style>