#EBD3A4

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

Shades of Astra #EBD3A4

Tints of Astra #EBD3A4

Color information

#EBD3A4 (or 0xEBD3A4) is unknown color: approx Astra. HEX triplet: EB, D3 and A4. RGB value is (235,211,164). Sum of RGB (Red+Green+Blue) = 235+211+164=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3A4 is #142C5B. Grayscale: #D5D5D5. Windows color (decimal): -1322076 or 10802155. OLE color: 10802155.

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

Color convert

RGB235211164-
CMYK00.100.300.08
HSL39.72º63.96%78.24%-
HSV(B)39.72º30.21%92.16%-
XYZ64.2666.9344.65-
YUV212.82100.45143.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 164 (64.45% from 255) = 26.89%
R=38.52%
G=34.59%
B=26.89%

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
Decimal23521116400.100.300.0839.7263.9678.24
HexEBD3A40A1E828404e
Octal353323244012361050100116
Binary1110101111010011101001000101011110100010100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3A4; }

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

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

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

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

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

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

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

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