Html Css Color HEX #ECD6AA Astra

📋 copy color: '#ECD6AA'

red 236 ◦ green 214 ◦ blue 170

#ECD6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astra #ECD6AA

Tints of Astra #ECD6AA

RGB

 RED value IS 236 (92.58% from 255) = 38.06%

 GREEN value IS 214 (83.98% from 255) = 34.52%

 BLUE value IS 170 (66.8% from 255) = 27.42%

R = 38.06%
G = 34.52%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECD6AA (or 0xECD6AA) is known color: Astra. HEX triplet: EC, D6 and AA. RGB value is (236,214,170). Sum of RGB (Red+Green+Blue) = 236+214+170=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6AA is #132955. Grayscale: #D7D7D7. Windows color (decimal): -1255766 or 11196140. OLE color: 11196140.

HSL color Cylindrical-coordinate representation of color #ECD6AA: hue angle of 40º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECD6AA is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 170 -
CMYK 0 0.09 0.28 0.07
HSL 40º 0.63% 0.8% -
HSV(B) 40º 0.28% 0.93% -
XYZ 65.89 68.83 47.84 -
YUV 215.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 236 214 170 0 0.09 0.28 0.07 40 0.63 0.8
Hex EC D6 AA 0 9 1C 7 28 3F 50
Octal 354 326 252 0 11 34 7 50 77 120
Binary 11101100 11010110 10101010 0 1001 11100 111 101000 111111 1010000

Color Harmonies of #ECD6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6AA

Black with #ECD6AA

Text Example


Text Example

White with #ECD6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6AA; }

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

 H1.HeaderClassName
 {
   color: #ECD6AA;
 }
 .AnyTagClassName
 {
   color: #ECD6AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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