#EDD7AB

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

Shades of Astra #EDD7AB

Tints of Astra #EDD7AB

Color information

#EDD7AB (or 0xEDD7AB) is unknown color: approx Astra. HEX triplet: ED, D7 and AB. RGB value is (237,215,171). Sum of RGB (Red+Green+Blue) = 237+215+171=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD7AB is #122854. Grayscale: #D8D8D8. Windows color (decimal): -1189973 or 11261933. OLE color: 11261933.

HSL color Cylindrical-coordinate representation of color #EDD7AB: hue angle of 40º degrees, saturation: 0.65, 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 #EDD7AB is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237215171-
CMYK00.090.280.07
HSL40º64.71%80%-
HSV(B)40º27.85%92.94%-
XYZ66.5869.5548.44-
YUV216.56102.29142.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=38.04%
G=34.51%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721517100.090.280.074064.7180
HexEDD7AB091C7284150
Octal35532725301134750101120
Binary111011011101011110101011010011110011110100010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7AB; }

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

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

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

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

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

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

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

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