#EFD9A7

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

Shades of Astra #EFD9A7

Tints of Astra #EFD9A7

Color information

#EFD9A7 (or 0xEFD9A7) is unknown color: approx Astra. HEX triplet: EF, D9 and A7. RGB value is (239,217,167). Sum of RGB (Red+Green+Blue) = 239+217+167=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 167 (65.62% from 255 or 26.81% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A7 is #102658. Grayscale: #DADADA. Windows color (decimal): -1058393 or 11000303. OLE color: 11000303.

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

Color convert

RGB239217167-
CMYK00.090.300.06
HSL41.67º69.23%79.61%-
HSV(B)41.67º30.13%93.73%-
XYZ67.3870.7746.67-
YUV217.8899.29143.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 167 (65.62% from 255) = 26.81%
R=38.36%
G=34.83%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921716700.090.300.0641.6769.2379.61
HexEFD9A7091E62a4550
Octal35733124701136652105120
Binary111011111101100110100111010011111011010101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9A7; }

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

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

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

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

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

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

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

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