#efd9a9

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

Shades of Astra #EFD9A9

Tints of Astra #EFD9A9

Color information

#EFD9A9 (or 0xEFD9A9) is unknown color: approx Astra. HEX triplet: EF, D9 and A9. RGB value is (239,217,169). Sum of RGB (Red+Green+Blue) = 239+217+169=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A9 is #102656. Grayscale: #DADADA. Windows color (decimal): -1058391 or 11131375. OLE color: 11131375.

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

Color convert

RGB239217169-
CMYK00.090.290.06
HSL41.14º68.63%80%-
HSV(B)41.14º29.29%93.73%-
XYZ67.5770.8447.65-
YUV218.11100.29142.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 217 (85.16% from 255) = 34.72%
BLUE value IS 169 (66.41% from 255) = 27.04%
R=38.24%
G=34.72%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921716900.090.290.0641.1468.6380
HexEFD9A9091D6294550
Octal35733125101135651105120
Binary111011111101100110101001010011110111010100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd9a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd9a9; }

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

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

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

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

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

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

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

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