#EBA5A2

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

Shades of Sundown #EBA5A2

Tints of Sundown #EBA5A2

Color information

#EBA5A2 (or 0xEBA5A2) is unknown color: approx Sundown. HEX triplet: EB, A5 and A2. RGB value is (235,165,162). Sum of RGB (Red+Green+Blue) = 235+165+162=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5A2 is #145A5D. Grayscale: #B9B9B9. Windows color (decimal): -1333854 or 10659307. OLE color: 10659307.

HSL color Cylindrical-coordinate representation of color #EBA5A2: hue angle of 2.47º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA5A2 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235165162-
CMYK00.300.310.08
HSL2.47º64.6%77.84%-
HSV(B)2.47º31.06%92.16%-
XYZ54.2447.1840.43-
YUV185.59114.69163.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 162 (63.67% from 255) = 28.83%
R=41.81%
G=29.36%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516516200.300.310.082.4764.677.84
HexEBA5A201E1F82414e
Octal35324524203637102101116
Binary1110101110100101101000100111101111110001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5A2; }

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

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

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

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

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

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

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

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