#EBD3A6

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

Shades of Astra #EBD3A6

Tints of Astra #EBD3A6

Color information

#EBD3A6 (or 0xEBD3A6) is unknown color: approx Astra. HEX triplet: EB, D3 and A6. RGB value is (235,211,166). Sum of RGB (Red+Green+Blue) = 235+211+166=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3A6 is #142C59. Grayscale: #D5D5D5. Windows color (decimal): -1322074 or 10933227. OLE color: 10933227.

HSL color Cylindrical-coordinate representation of color #EBD3A6: hue angle of 39.13º degrees, saturation: 0.63, 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 #EBD3A6 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235211166-
CMYK00.100.290.08
HSL39.13º63.3%78.63%-
HSV(B)39.13º29.36%92.16%-
XYZ64.446745.61-
YUV213.05101.45143.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 166 (65.23% from 255) = 27.12%
R=38.40%
G=34.48%
B=27.12%

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
Decimal23521116600.100.290.0839.1363.378.63
HexEBD3A60A1D8273f4f
Octal35332324601235104777117
Binary111010111101001110100110010101110110001001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3A6; }

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

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

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

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

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

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

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

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