#ECD6A8

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

Shades of Astra #ECD6A8

Tints of Astra #ECD6A8

Color information

#ECD6A8 (or 0xECD6A8) is unknown color: approx Astra. HEX triplet: EC, D6 and A8. RGB value is (236,214,168). Sum of RGB (Red+Green+Blue) = 236+214+168=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6A8 is #132957. Grayscale: #D7D7D7. Windows color (decimal): -1255768 or 11065068. OLE color: 11065068.

HSL color Cylindrical-coordinate representation of color #ECD6A8: hue angle of 40.59º degrees, saturation: 0.64, 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 #ECD6A8 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236214168-
CMYK00.090.290.07
HSL40.59º64.15%79.22%-
HSV(B)40.59º28.81%92.55%-
XYZ65.7168.7546.85-
YUV215.33101.29142.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 168 (66.02% from 255) = 27.18%
R=38.19%
G=34.63%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621416800.090.290.0740.5964.1579.22
HexECD6A8091D729404f
Octal35432625001135751100117
Binary111011001101011010101000010011110111110100110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6A8; }

 p { color: rgb(236,214,168); }

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

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

 a { background-color: rgb(236,214,168); }

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

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

 span { border-color: rgb(236,214,168); }

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