#EBD5A4

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

Shades of Astra #EBD5A4

Tints of Astra #EBD5A4

Color information

#EBD5A4 (or 0xEBD5A4) is unknown color: approx Astra. HEX triplet: EB, D5 and A4. RGB value is (235,213,164). Sum of RGB (Red+Green+Blue) = 235+213+164=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD5A4 is #142A5B. Grayscale: #D6D6D6. Windows color (decimal): -1321564 or 10802667. OLE color: 10802667.

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

Color convert

RGB235213164-
CMYK00.090.300.08
HSL41.41º63.96%78.24%-
HSV(B)41.41º30.21%92.16%-
XYZ64.7667.9344.82-
YUV213.9999.79142.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=38.40%
G=34.80%
B=26.80%

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
Decimal23521316400.090.300.0841.4163.9678.24
HexEBD5A4091E829404e
Octal353325244011361051100116
Binary1110101111010101101001000100111110100010100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5A4; }

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

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

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

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

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

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

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

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