#EBAEB1

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

Shades of Pale Chestnut #EBAEB1

Tints of Pale Chestnut #EBAEB1

Color information

#EBAEB1 (or 0xEBAEB1) is unknown color: approx Pale Chestnut. HEX triplet: EB, AE and B1. RGB value is (235,174,177). Sum of RGB (Red+Green+Blue) = 235+174+177=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEB1 is #14514E. Grayscale: #C0C0C0. Windows color (decimal): -1331535 or 11644651. OLE color: 11644651.

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

Color convert

RGB235174177-
CMYK00.260.250.08
HSL357.05º60.4%80.2%-
HSV(B)357.05º25.96%92.16%-
XYZ57.3351.1148.44-
YUV192.58119.21158.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=40.10%
G=29.69%
B=30.20%

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
Decimal23517417700.260.250.08357.0560.480.2
HexEBAEB101A1981653c50
Octal353256261032311054574120
Binary1110101110101110101100010110101100110001011001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEB1; }

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

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

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

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

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

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

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

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