#EBD3A5

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

Shades of Astra #EBD3A5

Tints of Astra #EBD3A5

Color information

#EBD3A5 (or 0xEBD3A5) is unknown color: approx Astra. HEX triplet: EB, D3 and A5. RGB value is (235,211,165). Sum of RGB (Red+Green+Blue) = 235+211+165=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3A5 is #142C5A. Grayscale: #D5D5D5. Windows color (decimal): -1322075 or 10867691. OLE color: 10867691.

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

Color convert

RGB235211165-
CMYK00.100.300.08
HSL39.43º63.64%78.43%-
HSV(B)39.43º29.79%92.16%-
XYZ64.3566.9745.13-
YUV212.93100.95143.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 165 (64.84% from 255) = 27.00%
R=38.46%
G=34.53%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521116500.100.300.0839.4363.6478.43
HexEBD3A50A1E827404e
Octal353323245012361047100116
Binary1110101111010011101001010101011110100010011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3A5; }

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

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

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

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

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

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

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

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