#EBD6A8

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

Shades of Astra #EBD6A8

Tints of Astra #EBD6A8

Color information

#EBD6A8 (or 0xEBD6A8) is unknown color: approx Astra. HEX triplet: EB, D6 and A8. RGB value is (235,214,168). Sum of RGB (Red+Green+Blue) = 235+214+168=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6A8 is #142957. Grayscale: #D7D7D7. Windows color (decimal): -1321304 or 11065067. OLE color: 11065067.

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

Color convert

RGB235214168-
CMYK00.090.290.08
HSL41.19º62.62%79.02%-
HSV(B)41.19º28.51%92.16%-
XYZ65.3868.5846.84-
YUV215.03101.46142.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 168 (66.02% from 255) = 27.23%
R=38.09%
G=34.68%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521416800.090.290.0841.1962.6279.02
HexEBD6A8091D8293f4f
Octal35332625001135105177117
Binary111010111101011010101000010011110110001010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6A8; }

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

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

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

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

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

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

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

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