#EFD9A5

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

Shades of Astra #EFD9A5

Tints of Astra #EFD9A5

Color information

#EFD9A5 (or 0xEFD9A5) is unknown color: approx Astra. HEX triplet: EF, D9 and A5. RGB value is (239,217,165). Sum of RGB (Red+Green+Blue) = 239+217+165=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A5 is #10265A. Grayscale: #D9D9D9. Windows color (decimal): -1058395 or 10869231. OLE color: 10869231.

HSL color Cylindrical-coordinate representation of color #EFD9A5: hue angle of 42.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFD9A5 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239217165-
CMYK00.090.310.06
HSL42.16º69.81%79.22%-
HSV(B)42.16º30.96%93.73%-
XYZ67.270.6945.7-
YUV217.6598.29143.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 165 (64.84% from 255) = 26.57%
R=38.49%
G=34.94%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921716500.090.310.0642.1669.8179.22
HexEFD9A5091F62a464f
Octal35733124501137652106117
Binary111011111101100110100101010011111111010101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9A5; }

 p { color: rgb(239,217,165); }

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

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

 a { background-color: rgb(239,217,165); }

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

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

 span { border-color: rgb(239,217,165); }

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