#EFDAA5

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

Shades of Astra #EFDAA5

Tints of Astra #EFDAA5

Color information

#EFDAA5 (or 0xEFDAA5) is unknown color: approx Astra. HEX triplet: EF, DA and A5. RGB value is (239,218,165). Sum of RGB (Red+Green+Blue) = 239+218+165=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA5 is #10255A. Grayscale: #DADADA. Windows color (decimal): -1058139 or 10869487. OLE color: 10869487.

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

Color convert

RGB239218165-
CMYK00.090.310.06
HSL42.97º69.81%79.22%-
HSV(B)42.97º30.96%93.73%-
XYZ67.4671.2145.79-
YUV218.2497.96142.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 165 (64.84% from 255) = 26.53%
R=38.42%
G=35.05%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921816500.090.310.0642.9769.8179.22
HexEFDAA5091F62b464f
Octal35733224501137653106117
Binary111011111101101010100101010011111111010101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAA5; }

 p { color: rgb(239,218,165); }

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

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

 a { background-color: rgb(239,218,165); }

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

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

 span { border-color: rgb(239,218,165); }

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