Html Css Color HEX #EAD3A7 Astra

📋 copy color: '#EAD3A7'

red 234 ◦ green 211 ◦ blue 167

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

Shades of Astra #EAD3A7

Tints of Astra #EAD3A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.29%

R = 38.24%
G = 34.48%
B = 27.29%

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

#EAD3A7 (or 0xEAD3A7) is known color: Astra. HEX triplet: EA, D3 and A7. RGB value is (234,211,167). Sum of RGB (Red+Green+Blue) = 234+211+167=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3A7 is #152C58. Grayscale: #D5D5D5. Windows color (decimal): -1387609 or 10998762. OLE color: 10998762.

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

Color convert

RGB 234 211 167 -
CMYK 0 0.10 0.29 0.08
HSL 39.4º 0.61% 0.79% -
HSV(B) 39.4º 0.29% 0.92% -
XYZ 64.2 66.87 46.08 -
YUV 212.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 234 211 167 0 0.10 0.29 0.08 39.4 0.61 0.79
Hex EA D3 A7 0 A 1D 8 27 3D 4F
Octal 352 323 247 0 12 35 10 47 75 117
Binary 11101010 11010011 10100111 0 1010 11101 1000 100111 111101 1001111

Color Harmonies of #EAD3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD3A7

Black with #EAD3A7

Text Example


Text Example

White with #EAD3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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