#EFD9AB

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

Shades of Astra #EFD9AB

Tints of Astra #EFD9AB

Color information

#EFD9AB (or 0xEFD9AB) is unknown color: approx Astra. HEX triplet: EF, D9 and AB. RGB value is (239,217,171). Sum of RGB (Red+Green+Blue) = 239+217+171=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9AB is #102654. Grayscale: #DADADA. Windows color (decimal): -1058389 or 11262447. OLE color: 11262447.

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

Color convert

RGB239217171-
CMYK00.090.280.06
HSL40.59º68%80.39%-
HSV(B)40.59º28.45%93.73%-
XYZ67.7670.9248.65-
YUV218.33101.29142.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 171 (67.19% from 255) = 27.27%
R=38.12%
G=34.61%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921717100.090.280.0640.596880.39
HexEFD9AB091C6294450
Octal35733125301134651104120
Binary111011111101100110101011010011110011010100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9AB; }

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

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

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

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

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

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

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

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