#EBADAA

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

Shades of Sundown #EBADAA

Tints of Sundown #EBADAA

Color information

#EBADAA (or 0xEBADAA) is unknown color: approx Sundown. HEX triplet: EB, AD and AA. RGB value is (235,173,170). Sum of RGB (Red+Green+Blue) = 235+173+170=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADAA is #145255. Grayscale: #BFBFBF. Windows color (decimal): -1331798 or 11185643. OLE color: 11185643.

HSL color Cylindrical-coordinate representation of color #EBADAA: hue angle of 2.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBADAA is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235173170-
CMYK00.260.280.08
HSL2.77º61.9%79.41%-
HSV(B)2.77º27.66%92.16%-
XYZ56.4650.4544.79-
YUV191.2116.04159.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=40.66%
G=29.93%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517317000.260.280.082.7761.979.41
HexEBADAA01A1C833e4f
Octal3532552520323410376117
Binary111010111010110110101010011010111001000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADAA; }

 p { color: rgb(235,173,170); }

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

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

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

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

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

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

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