Html Css Color HEX #EBAAB0 Pale Chestnut

📋 copy color: '#EBAAB0'

red 235 ◦ green 170 ◦ blue 176

#EBAAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #EBAAB0

Tints of Pale Chestnut #EBAAB0

RGB

 RED value IS 235 (92.19% from 255) = 40.45%

 GREEN value IS 170 (66.8% from 255) = 29.26%

 BLUE value IS 176 (69.14% from 255) = 30.29%

R = 40.45%
G = 29.26%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBAAB0 (or 0xEBAAB0) is known color: Pale Chestnut. HEX triplet: EB, AA and B0. RGB value is (235,170,176). Sum of RGB (Red+Green+Blue) = 235+170+176=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAB0 is #14554F. Grayscale: #BEBEBE. Windows color (decimal): -1332560 or 11578091. OLE color: 11578091.

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

Color convert

RGB 235 170 176 -
CMYK 0 0.28 0.25 0.08
HSL 354.46º 0.62% 0.79% -
HSV(B) 354.46º 0.28% 0.92% -
XYZ 56.47 49.55 47.66 -
YUV 190.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 235 170 176 0 0.28 0.25 0.08 354.46 0.62 0.79
Hex EB AA B0 0 1C 19 8 162 3E 4F
Octal 353 252 260 0 34 31 10 542 76 117
Binary 11101011 10101010 10110000 0 11100 11001 1000 101100010 111110 1001111

Color Harmonies of #EBAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAB0

Black with #EBAAB0

Text Example


Text Example

White with #EBAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAB0; }

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

 H1.HeaderClassName
 {
   color: #EBAAB0;
 }
 .AnyTagClassName
 {
   color: #EBAAB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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