Html Css Color HEX #ECD7A6 Astra

📋 copy color: '#ECD7A6'

red 236 ◦ green 215 ◦ blue 166

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

Shades of Astra #ECD7A6

Tints of Astra #ECD7A6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.85%

 BLUE value IS 166 (65.23% from 255) = 26.9%

R = 38.25%
G = 34.85%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECD7A6 (or 0xECD7A6) is known color: Astra. HEX triplet: EC, D7 and A6. RGB value is (236,215,166). Sum of RGB (Red+Green+Blue) = 236+215+166=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7A6 is #132859. Grayscale: #D7D7D7. Windows color (decimal): -1255514 or 10934252. OLE color: 10934252.

HSL color Cylindrical-coordinate representation of color #ECD7A6: hue angle of 42º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECD7A6 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 215 166 -
CMYK 0 0.09 0.30 0.07
HSL 42º 0.65% 0.79% -
HSV(B) 42º 0.3% 0.93% -
XYZ 65.78 69.19 45.96 -
YUV 215.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 236 215 166 0 0.09 0.30 0.07 42 0.65 0.79
Hex EC D7 A6 0 9 1E 7 2A 41 4F
Octal 354 327 246 0 11 36 7 52 101 117
Binary 11101100 11010111 10100110 0 1001 11110 111 101010 1000001 1001111

Color Harmonies of #ECD7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD7A6

Black with #ECD7A6

Text Example


Text Example

White with #ECD7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD7A6; }

 p { color: rgb(236,215,166); }

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

background-color css

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

 a { background-color: rgb(236,215,166); }

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

border-color css

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

 span { border-color: rgb(236,215,166); }

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