Html Css Color HEX #EBA6AA Pale Chestnut

📋 copy color: '#EBA6AA'

red 235 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #EBA6AA

Tints of Pale Chestnut #EBA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.07%

 BLUE value IS 170 (66.8% from 255) = 29.77%

R = 41.16%
G = 29.07%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBA6AA (or 0xEBA6AA) is known color: Pale Chestnut. HEX triplet: EB, A6 and AA. RGB value is (235,166,170). Sum of RGB (Red+Green+Blue) = 235+166+170=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6AA is #145955. Grayscale: #BBBBBB. Windows color (decimal): -1333590 or 11183851. OLE color: 11183851.

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

Color convert

RGB 235 166 170 -
CMYK 0 0.29 0.28 0.08
HSL 356.52º 0.63% 0.79% -
HSV(B) 356.52º 0.29% 0.92% -
XYZ 55.15 47.84 44.36 -
YUV 187.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 235 166 170 0 0.29 0.28 0.08 356.52 0.63 0.79
Hex EB A6 AA 0 1D 1C 8 165 3F 4F
Octal 353 246 252 0 35 34 10 545 77 117
Binary 11101011 10100110 10101010 0 11101 11100 1000 101100101 111111 1001111

Color Harmonies of #EBA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6AA

Black with #EBA6AA

Text Example


Text Example

White with #EBA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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