#EBA5A5

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

Shades of Sundown #EBA5A5

Tints of Sundown #EBA5A5

Color information

#EBA5A5 (or 0xEBA5A5) is unknown color: approx Sundown. HEX triplet: EB, A5 and A5. RGB value is (235,165,165). Sum of RGB (Red+Green+Blue) = 235+165+165=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5A5 is #145A5A. Grayscale: #BABABA. Windows color (decimal): -1333851 or 10855915. OLE color: 10855915.

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

Color convert

RGB235165165-
CMYK00.300.300.08
HSL63.64%78.43%-
HSV(B)29.79%92.16%-
XYZ54.5147.2941.85-
YUV185.93116.19163-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=41.59%
G=29.20%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516516500.300.300.08063.6478.43
HexEBA5A501E1E80404e
Octal35324524503636100100116
Binary111010111010010110100101011110111101000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5A5; }

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

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

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

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

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

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

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

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