#EFD5A4

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

Shades of Astra #EFD5A4

Tints of Astra #EFD5A4

Color information

#EFD5A4 (or 0xEFD5A4) is unknown color: approx Astra. HEX triplet: EF, D5 and A4. RGB value is (239,213,164). Sum of RGB (Red+Green+Blue) = 239+213+164=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5A4 is #102A5B. Grayscale: #D7D7D7. Windows color (decimal): -1059420 or 10802671. OLE color: 10802671.

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

Color convert

RGB239213164-
CMYK00.110.310.06
HSL39.2º70.09%79.02%-
HSV(B)39.2º31.38%93.73%-
XYZ66.0968.6244.88-
YUV215.1999.11144.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 164 (64.45% from 255) = 26.62%
R=38.80%
G=34.58%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921316400.110.310.0639.270.0979.02
HexEFD5A40B1F627464f
Octal35732524401337647106117
Binary111011111101010110100100010111111111010011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5A4; }

 p { color: rgb(239,213,164); }

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

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

 a { background-color: rgb(239,213,164); }

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

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

 span { border-color: rgb(239,213,164); }

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