#EFD8AB

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

Shades of Astra #EFD8AB

Tints of Astra #EFD8AB

Color information

#EFD8AB (or 0xEFD8AB) is unknown color: approx Astra. HEX triplet: EF, D8 and AB. RGB value is (239,216,171). Sum of RGB (Red+Green+Blue) = 239+216+171=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8AB is #102754. Grayscale: #D9D9D9. Windows color (decimal): -1058645 or 11262191. OLE color: 11262191.

HSL color Cylindrical-coordinate representation of color #EFD8AB: hue angle of 39.71º 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 #EFD8AB is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239216171-
CMYK00.100.280.06
HSL39.71º68%80.39%-
HSV(B)39.71º28.45%93.73%-
XYZ67.570.448.56-
YUV217.75101.62143.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=38.18%
G=34.50%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921617100.100.280.0639.716880.39
HexEFD8AB0A1C6284450
Octal35733025301234650104120
Binary111011111101100010101011010101110011010100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8AB; }

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

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

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

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

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

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

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

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