Html Css Color HEX #EAD3A5 Astra

📋 copy color: '#EAD3A5'

red 234 ◦ green 211 ◦ blue 165

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

Shades of Astra #EAD3A5

Tints of Astra #EAD3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.05%

R = 38.36%
G = 34.59%
B = 27.05%

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

#EAD3A5 (or 0xEAD3A5) is known color: Astra. HEX triplet: EA, D3 and A5. RGB value is (234,211,165). Sum of RGB (Red+Green+Blue) = 234+211+165=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3A5 is #152C5A. Grayscale: #D4D4D4. Windows color (decimal): -1387611 or 10867690. OLE color: 10867690.

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

Color convert

RGB 234 211 165 -
CMYK 0 0.10 0.29 0.08
HSL 40º 0.62% 0.78% -
HSV(B) 40º 0.29% 0.92% -
XYZ 64.02 66.8 45.12 -
YUV 212.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 234 211 165 0 0.10 0.29 0.08 40 0.62 0.78
Hex EA D3 A5 0 A 1D 8 28 3E 4E
Octal 352 323 245 0 12 35 10 50 76 116
Binary 11101010 11010011 10100101 0 1010 11101 1000 101000 111110 1001110

Color Harmonies of #EAD3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD3A5

Black with #EAD3A5

Text Example


Text Example

White with #EAD3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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