#EFD4A9

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

Shades of Astra #EFD4A9

Tints of Astra #EFD4A9

Color information

#EFD4A9 (or 0xEFD4A9) is unknown color: approx Astra. HEX triplet: EF, D4 and A9. RGB value is (239,212,169). Sum of RGB (Red+Green+Blue) = 239+212+169=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4A9 is #102B56. Grayscale: #D7D7D7. Windows color (decimal): -1059671 or 11130095. OLE color: 11130095.

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

Color convert

RGB239212169-
CMYK00.110.290.06
HSL36.86º68.63%80%-
HSV(B)36.86º29.29%93.73%-
XYZ66.368.347.23-
YUV215.17101.95145-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 169 (66.41% from 255) = 27.26%
R=38.55%
G=34.19%
B=27.26%

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
Decimal23921216900.110.290.0636.8668.6380
HexEFD4A90B1D6254550
Octal35732425101335645105120
Binary111011111101010010101001010111110111010010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4A9; }

 p { color: rgb(239,212,169); }

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

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

 a { background-color: rgb(239,212,169); }

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

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

 span { border-color: rgb(239,212,169); }

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