#EAD5A7

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

Shades of Astra #EAD5A7

Tints of Astra #EAD5A7

Color information

#EAD5A7 (or 0xEAD5A7) is unknown color: approx Astra. HEX triplet: EA, D5 and A7. RGB value is (234,213,167). Sum of RGB (Red+Green+Blue) = 234+213+167=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5A7 is #152A58. Grayscale: #D6D6D6. Windows color (decimal): -1387097 or 10999274. OLE color: 10999274.

HSL color Cylindrical-coordinate representation of color #EAD5A7: hue angle of 41.19º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAD5A7 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234213167-
CMYK00.090.290.08
HSL41.19º61.47%78.63%-
HSV(B)41.19º28.63%91.76%-
XYZ64.767.8746.25-
YUV214.04101.46142.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 167 (65.62% from 255) = 27.20%
R=38.11%
G=34.69%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421316700.090.290.0841.1961.4778.63
HexEAD5A7091D8293d4f
Octal35232524701135105175117
Binary111010101101010110100111010011110110001010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5A7; }

 p { color: rgb(234,213,167); }

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

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

 a { background-color: rgb(234,213,167); }

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

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

 span { border-color: rgb(234,213,167); }

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