#EBD5A5

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

Shades of Astra #EBD5A5

Tints of Astra #EBD5A5

Color information

#EBD5A5 (or 0xEBD5A5) is unknown color: approx Astra. HEX triplet: EB, D5 and A5. RGB value is (235,213,165). Sum of RGB (Red+Green+Blue) = 235+213+165=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD5A5 is #142A5A. Grayscale: #D6D6D6. Windows color (decimal): -1321563 or 10868203. OLE color: 10868203.

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

Color convert

RGB235213165-
CMYK00.090.300.08
HSL41.14º63.64%78.43%-
HSV(B)41.14º29.79%92.16%-
XYZ64.8567.9745.3-
YUV214.11100.29142.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 165 (64.84% from 255) = 26.92%
R=38.34%
G=34.75%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521316500.090.300.0841.1463.6478.43
HexEBD5A5091E829404e
Octal353325245011361051100116
Binary1110101111010101101001010100111110100010100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5A5; }

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

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

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

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

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

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

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

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