#EBA4A0

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

Shades of Sundown #EBA4A0

Tints of Sundown #EBA4A0

Color information

#EBA4A0 (or 0xEBA4A0) is unknown color: approx Sundown. HEX triplet: EB, A4 and A0. RGB value is (235,164,160). Sum of RGB (Red+Green+Blue) = 235+164+160=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4A0 is #145B5F. Grayscale: #B8B8B8. Windows color (decimal): -1334112 or 10527979. OLE color: 10527979.

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

Color convert

RGB235164160-
CMYK00.300.320.08
HSL3.2º65.22%77.45%-
HSV(B)3.2º31.91%92.16%-
XYZ53.8846.7539.44-
YUV184.77114.02163.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=42.04%
G=29.34%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516416000.300.320.083.265.2277.45
HexEBA4A001E2083414d
Octal35324424003640103101115
Binary11101011101001001010000001111010000010001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4A0; }

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

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

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

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

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

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

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

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