Html Css Color HEX #EAD3A6 Astra

📋 copy color: '#EAD3A6'

red 234 ◦ green 211 ◦ blue 166

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

Shades of Astra #EAD3A6

Tints of Astra #EAD3A6

RGB

 RED value IS 234 (91.8% from 255) = 38.3%

 GREEN value IS 211 (82.81% from 255) = 34.53%

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

R = 38.3%
G = 34.53%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAD3A6 (or 0xEAD3A6) is known color: Astra. HEX triplet: EA, D3 and A6. RGB value is (234,211,166). Sum of RGB (Red+Green+Blue) = 234+211+166=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3A6 is #152C59. Grayscale: #D4D4D4. Windows color (decimal): -1387610 or 10933226. OLE color: 10933226.

HSL color Cylindrical-coordinate representation of color #EAD3A6: hue angle of 39.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAD3A6 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 166 -
CMYK 0 0.10 0.29 0.08
HSL 39.71º 0.62% 0.78% -
HSV(B) 39.71º 0.29% 0.92% -
XYZ 64.11 66.83 45.6 -
YUV 212.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 234 211 166 0 0.10 0.29 0.08 39.71 0.62 0.78
Hex EA D3 A6 0 A 1D 8 28 3E 4E
Octal 352 323 246 0 12 35 10 50 76 116
Binary 11101010 11010011 10100110 0 1010 11101 1000 101000 111110 1001110

Color Harmonies of #EAD3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD3A6

Black with #EAD3A6

Text Example


Text Example

White with #EAD3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD3A6; }

 p { color: rgb(234,211,166); }

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

background-color css

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

 a { background-color: rgb(234,211,166); }

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

border-color css

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

 span { border-color: rgb(234,211,166); }

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