#EBAEB0

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

Shades of Pale Chestnut #EBAEB0

Tints of Pale Chestnut #EBAEB0

Color information

#EBAEB0 (or 0xEBAEB0) is unknown color: approx Pale Chestnut. HEX triplet: EB, AE and B0. RGB value is (235,174,176). Sum of RGB (Red+Green+Blue) = 235+174+176=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEB0 is #14514F. Grayscale: #C0C0C0. Windows color (decimal): -1331536 or 11579115. OLE color: 11579115.

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

Color convert

RGB235174176-
CMYK00.260.250.08
HSL358.03º60.4%80.2%-
HSV(B)358.03º25.96%92.16%-
XYZ57.2351.0747.92-
YUV192.47118.71158.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=40.17%
G=29.74%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517417600.260.250.08358.0360.480.2
HexEBAEB001A1981663c50
Octal353256260032311054674120
Binary1110101110101110101100000110101100110001011001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEB0; }

 p { color: rgb(235,174,176); }

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

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

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

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

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

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

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