#EFD5AA

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

Shades of Astra #EFD5AA

Tints of Astra #EFD5AA

Color information

#EFD5AA (or 0xEFD5AA) is unknown color: approx Astra. HEX triplet: EF, D5 and AA. RGB value is (239,213,170). Sum of RGB (Red+Green+Blue) = 239+213+170=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AA is #102A55. Grayscale: #D8D8D8. Windows color (decimal): -1059414 or 11195887. OLE color: 11195887.

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

Color convert

RGB239213170-
CMYK00.110.290.06
HSL37.39º68.32%80.2%-
HSV(B)37.39º28.87%93.73%-
XYZ66.6568.8447.81-
YUV215.87102.11144.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=38.42%
G=34.24%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921317000.110.290.0637.3968.3280.2
HexEFD5AA0B1D6254450
Octal35732525201335645104120
Binary111011111101010110101010010111110111010010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5AA; }

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

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

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

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

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

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

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

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