#EED7AB

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

Shades of Astra #EED7AB

Tints of Astra #EED7AB

Color information

#EED7AB (or 0xEED7AB) is unknown color: approx Astra. HEX triplet: EE, D7 and AB. RGB value is (238,215,171). Sum of RGB (Red+Green+Blue) = 238+215+171=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED7AB is #112854. Grayscale: #D9D9D9. Windows color (decimal): -1124437 or 11261934. OLE color: 11261934.

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

Color convert

RGB238215171-
CMYK00.100.280.07
HSL39.4º66.34%80.2%-
HSV(B)39.4º28.15%93.33%-
XYZ66.9169.7248.46-
YUV216.86102.12143.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=38.14%
G=34.46%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821517100.100.280.0739.466.3480.2
HexEED7AB0A1C7274250
Octal35632725301234747102120
Binary111011101101011110101011010101110011110011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7AB; }

 p { color: rgb(238,215,171); }

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

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

 a { background-color: rgb(238,215,171); }

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

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

 span { border-color: rgb(238,215,171); }

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