#EFD5A8

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

Shades of Astra #EFD5A8

Tints of Astra #EFD5A8

Color information

#EFD5A8 (or 0xEFD5A8) is unknown color: approx Astra. HEX triplet: EF, D5 and A8. RGB value is (239,213,168). Sum of RGB (Red+Green+Blue) = 239+213+168=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5A8 is #102A57. Grayscale: #D7D7D7. Windows color (decimal): -1059416 or 11064815. OLE color: 11064815.

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

Color convert

RGB239213168-
CMYK00.110.300.06
HSL38.03º68.93%79.8%-
HSV(B)38.03º29.71%93.73%-
XYZ66.4668.7746.82-
YUV215.64101.11144.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 168 (66.02% from 255) = 27.10%
R=38.55%
G=34.35%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921316800.110.300.0638.0368.9379.8
HexEFD5A80B1E6264550
Octal35732525001336646105120
Binary111011111101010110101000010111111011010011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5A8; }

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

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

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

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

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

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

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

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