#EBD3A7

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

Shades of Astra #EBD3A7

Tints of Astra #EBD3A7

Color information

#EBD3A7 (or 0xEBD3A7) is unknown color: approx Astra. HEX triplet: EB, D3 and A7. RGB value is (235,211,167). Sum of RGB (Red+Green+Blue) = 235+211+167=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3A7 is #142C58. Grayscale: #D5D5D5. Windows color (decimal): -1322073 or 10998763. OLE color: 10998763.

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

Color convert

RGB235211167-
CMYK00.100.290.08
HSL38.82º62.96%78.82%-
HSV(B)38.82º28.94%92.16%-
XYZ64.5367.0446.1-
YUV213.16101.95143.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 167 (65.62% from 255) = 27.24%
R=38.34%
G=34.42%
B=27.24%

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
Decimal23521116700.100.290.0838.8262.9678.82
HexEBD3A70A1D8273f4f
Octal35332324701235104777117
Binary111010111101001110100111010101110110001001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3A7; }

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

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

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

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

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

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

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

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