#EBD3A8

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

Shades of Astra #EBD3A8

Tints of Astra #EBD3A8

Color information

#EBD3A8 (or 0xEBD3A8) is unknown color: approx Astra. HEX triplet: EB, D3 and A8. RGB value is (235,211,168). Sum of RGB (Red+Green+Blue) = 235+211+168=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3A8 is #142C57. Grayscale: #D5D5D5. Windows color (decimal): -1322072 or 11064299. OLE color: 11064299.

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

Color convert

RGB235211168-
CMYK00.100.290.08
HSL38.51º62.62%79.02%-
HSV(B)38.51º28.51%92.16%-
XYZ64.6267.0846.59-
YUV213.27102.45143.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 168 (66.02% from 255) = 27.36%
R=38.27%
G=34.36%
B=27.36%

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
Decimal23521116800.100.290.0838.5162.6279.02
HexEBD3A80A1D8273f4f
Octal35332325001235104777117
Binary111010111101001110101000010101110110001001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3A8; }

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

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

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

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

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

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

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

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