#EBD7A6

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

Shades of Astra #EBD7A6

Tints of Astra #EBD7A6

Color information

#EBD7A6 (or 0xEBD7A6) is unknown color: approx Astra. HEX triplet: EB, D7 and A6. RGB value is (235,215,166). Sum of RGB (Red+Green+Blue) = 235+215+166=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7A6 is #142859. Grayscale: #D7D7D7. Windows color (decimal): -1321050 or 10934251. OLE color: 10934251.

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

Color convert

RGB235215166-
CMYK00.090.290.08
HSL42.61º63.3%78.63%-
HSV(B)42.61º29.36%92.16%-
XYZ65.4469.0245.95-
YUV215.39100.13141.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 166 (65.23% from 255) = 26.95%
R=38.15%
G=34.90%
B=26.95%

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
Decimal23521516600.090.290.0842.6163.378.63
HexEBD7A6091D82b3f4f
Octal35332724601135105377117
Binary111010111101011110100110010011110110001010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7A6; }

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

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

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

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

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

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

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

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