#EFD8A7

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

Shades of Astra #EFD8A7

Tints of Astra #EFD8A7

Color information

#EFD8A7 (or 0xEFD8A7) is unknown color: approx Astra. HEX triplet: EF, D8 and A7. RGB value is (239,216,167). Sum of RGB (Red+Green+Blue) = 239+216+167=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8A7 is #102758. Grayscale: #D9D9D9. Windows color (decimal): -1058649 or 11000047. OLE color: 11000047.

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

Color convert

RGB239216167-
CMYK00.100.300.06
HSL40.83º69.23%79.61%-
HSV(B)40.83º30.13%93.73%-
XYZ67.1370.2546.58-
YUV217.2999.62143.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 216 (84.77% from 255) = 34.73%
BLUE value IS 167 (65.62% from 255) = 26.85%
R=38.42%
G=34.73%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921616700.100.300.0640.8369.2379.61
HexEFD8A70A1E6294550
Octal35733024701236651105120
Binary111011111101100010100111010101111011010100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8A7; }

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

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

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

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

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

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

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

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