#EFD6AA

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

Shades of Astra #EFD6AA

Tints of Astra #EFD6AA

Color information

#EFD6AA (or 0xEFD6AA) is unknown color: approx Astra. HEX triplet: EF, D6 and AA. RGB value is (239,214,170). Sum of RGB (Red+Green+Blue) = 239+214+170=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6AA is #102955. Grayscale: #D8D8D8. Windows color (decimal): -1059158 or 11196143. OLE color: 11196143.

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

Color convert

RGB239214170-
CMYK00.100.290.06
HSL38.26º68.32%80.2%-
HSV(B)38.26º28.87%93.73%-
XYZ66.969.3547.89-
YUV216.46101.78144.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 170 (66.80% from 255) = 27.29%
R=38.36%
G=34.35%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921417000.100.290.0638.2668.3280.2
HexEFD6AA0A1D6264450
Octal35732625201235646104120
Binary111011111101011010101010010101110111010011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6AA; }

 p { color: rgb(239,214,170); }

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

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

 a { background-color: rgb(239,214,170); }

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

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

 span { border-color: rgb(239,214,170); }

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