Html Css Color HEX #E9D4A6 Astra

📋 copy color: '#E9D4A6'

red 233 ◦ green 212 ◦ blue 166

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

Shades of Astra #E9D4A6

Tints of Astra #E9D4A6

RGB

 RED value IS 233 (91.41% from 255) = 38.13%

 GREEN value IS 212 (83.2% from 255) = 34.7%

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

R = 38.13%
G = 34.7%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E9D4A6 (or 0xE9D4A6) is known color: Astra. HEX triplet: E9, D4 and A6. RGB value is (233,212,166). Sum of RGB (Red+Green+Blue) = 233+212+166=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D4A6 is #162B59. Grayscale: #D5D5D5. Windows color (decimal): -1452890 or 10933481. OLE color: 10933481.

HSL color Cylindrical-coordinate representation of color #E9D4A6: hue angle of 41.19º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9D4A6 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 212 166 -
CMYK 0 0.09 0.29 0.09
HSL 41.19º 0.6% 0.78% -
HSV(B) 41.19º 0.29% 0.91% -
XYZ 64.03 67.16 45.67 -
YUV 213.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 233 212 166 0 0.09 0.29 0.09 41.19 0.6 0.78
Hex E9 D4 A6 0 9 1D 9 29 3C 4E
Octal 351 324 246 0 11 35 11 51 74 116
Binary 11101001 11010100 10100110 0 1001 11101 1001 101001 111100 1001110

Color Harmonies of #E9D4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D4A6

Black with #E9D4A6

Text Example


Text Example

White with #E9D4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D4A6; }

 p { color: rgb(233,212,166); }

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

background-color css

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

 a { background-color: rgb(233,212,166); }

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

border-color css

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

 span { border-color: rgb(233,212,166); }

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