#EED8A9

Color #EED8A9 Astra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astra #EED8A9

Tints of Astra #EED8A9

Color information

#EED8A9 (or 0xEED8A9) is unknown color: approx Astra. HEX triplet: EE, D8 and A9. RGB value is (238,216,169). Sum of RGB (Red+Green+Blue) = 238+216+169=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED8A9 is #112756. Grayscale: #D9D9D9. Windows color (decimal): -1124183 or 11131118. OLE color: 11131118.

HSL color Cylindrical-coordinate representation of color #EED8A9: hue angle of 40.87º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EED8A9 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238216169-
CMYK00.090.290.07
HSL40.87º66.99%79.8%-
HSV(B)40.87º28.99%93.33%-
XYZ66.9870.1547.55-
YUV217.22100.79142.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 169 (66.41% from 255) = 27.13%
R=38.20%
G=34.67%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821616900.090.290.0740.8766.9979.8
HexEED8A9091D7294350
Octal35633025101135751103120
Binary111011101101100010101001010011110111110100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8A9; }

 p { color: rgb(238,216,169); }

 H1.HeaderClassName
 {
   color: #EED8A9;
 }
 .AnyTagClassName
 {
   color: #EED8A9;
 }
</style>
background-color css

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

 a { background-color: rgb(238,216,169); }

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

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

 span { border-color: rgb(238,216,169); }

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