#EED7A3

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

Shades of Astra #EED7A3

Tints of Astra #EED7A3

Color information

#EED7A3 (or 0xEED7A3) is unknown color: approx Astra. HEX triplet: EE, D7 and A3. RGB value is (238,215,163). Sum of RGB (Red+Green+Blue) = 238+215+163=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED7A3 is #11285C. Grayscale: #D8D8D8. Windows color (decimal): -1124445 or 10737646. OLE color: 10737646.

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

Color convert

RGB238215163-
CMYK00.100.320.07
HSL41.6º68.81%78.63%-
HSV(B)41.6º31.51%93.33%-
XYZ66.1769.4244.56-
YUV215.9598.12143.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 163 (64.06% from 255) = 26.46%
R=38.64%
G=34.90%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821516300.100.320.0741.668.8178.63
HexEED7A30A2072a454f
Octal35632724301240752105117
Binary1110111011010111101000110101010000011110101010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7A3; }

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

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

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

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

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

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

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

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