#EDD5A6

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

Shades of Astra #EDD5A6

Tints of Astra #EDD5A6

Color information

#EDD5A6 (or 0xEDD5A6) is unknown color: approx Astra. HEX triplet: ED, D5 and A6. RGB value is (237,213,166). Sum of RGB (Red+Green+Blue) = 237+213+166=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD5A6 is #122A59. Grayscale: #D7D7D7. Windows color (decimal): -1190490 or 10933741. OLE color: 10933741.

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

Color convert

RGB237213166-
CMYK00.100.300.07
HSL39.72º66.36%79.02%-
HSV(B)39.72º29.96%92.94%-
XYZ65.668.3545.81-
YUV214.82100.45143.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 166 (65.23% from 255) = 26.95%
R=38.47%
G=34.58%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721316600.100.300.0739.7266.3679.02
HexEDD5A60A1E728424f
Octal35532524601236750102117
Binary111011011101010110100110010101111011110100010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5A6; }

 p { color: rgb(237,213,166); }

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

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

 a { background-color: rgb(237,213,166); }

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

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

 span { border-color: rgb(237,213,166); }

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