Html Css Color HEX #ECD5AA Astra

📋 copy color: '#ECD5AA'

red 236 ◦ green 213 ◦ blue 170

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

Shades of Astra #ECD5AA

Tints of Astra #ECD5AA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

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

R = 38.13%
G = 34.41%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECD5AA (or 0xECD5AA) is known color: Astra. HEX triplet: EC, D5 and AA. RGB value is (236,213,170). Sum of RGB (Red+Green+Blue) = 236+213+170=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5AA is #132A55. Grayscale: #D7D7D7. Windows color (decimal): -1256022 or 11195884. OLE color: 11195884.

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

Color convert

RGB 236 213 170 -
CMYK 0 0.10 0.28 0.07
HSL 39.09º 0.63% 0.8% -
HSV(B) 39.09º 0.28% 0.93% -
XYZ 65.64 68.32 47.76 -
YUV 214.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 236 213 170 0 0.10 0.28 0.07 39.09 0.63 0.8
Hex EC D5 AA 0 A 1C 7 27 3F 50
Octal 354 325 252 0 12 34 7 47 77 120
Binary 11101100 11010101 10101010 0 1010 11100 111 100111 111111 1010000

Color Harmonies of #ECD5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5AA

Black with #ECD5AA

Text Example


Text Example

White with #ECD5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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