#EAD3A6

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

Shades of Astra #EAD3A6

Tints of Astra #EAD3A6

Color information

#EAD3A6 (or 0xEAD3A6) is unknown color: approx Astra. HEX triplet: EA, D3 and A6. RGB value is (234,211,166). Sum of RGB (Red+Green+Blue) = 234+211+166=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3A6 is #152C59. Grayscale: #D4D4D4. Windows color (decimal): -1387610 or 10933226. OLE color: 10933226.

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

Color convert

RGB234211166-
CMYK00.100.290.08
HSL39.71º61.82%78.43%-
HSV(B)39.71º29.06%91.76%-
XYZ64.1166.8345.6-
YUV212.75101.62143.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 166 (65.23% from 255) = 27.17%
R=38.30%
G=34.53%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421116600.100.290.0839.7161.8278.43
HexEAD3A60A1D8283e4e
Octal35232324601235105076116
Binary111010101101001110100110010101110110001010001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3A6; }

 p { color: rgb(234,211,166); }

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

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

 a { background-color: rgb(234,211,166); }

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

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

 span { border-color: rgb(234,211,166); }

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