Html Css Color HEX #EBA7AA Pale Chestnut

📋 copy color: '#EBA7AA'

red 235 ◦ green 167 ◦ blue 170

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

Shades of Pale Chestnut #EBA7AA

Tints of Pale Chestnut #EBA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.2%

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

R = 41.08%
G = 29.2%
B = 29.72%

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

#EBA7AA (or 0xEBA7AA) is known color: Pale Chestnut. HEX triplet: EB, A7 and AA. RGB value is (235,167,170). Sum of RGB (Red+Green+Blue) = 235+167+170=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7AA is #145855. Grayscale: #BBBBBB. Windows color (decimal): -1333334 or 11184107. OLE color: 11184107.

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

Color convert

RGB 235 167 170 -
CMYK 0 0.29 0.28 0.08
HSL 357.35º 0.63% 0.79% -
HSV(B) 357.35º 0.29% 0.92% -
XYZ 55.34 48.2 44.42 -
YUV 187.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 235 167 170 0 0.29 0.28 0.08 357.35 0.63 0.79
Hex EB A7 AA 0 1D 1C 8 165 3F 4F
Octal 353 247 252 0 35 34 10 545 77 117
Binary 11101011 10100111 10101010 0 11101 11100 1000 101100101 111111 1001111

Color Harmonies of #EBA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7AA

Black with #EBA7AA

Text Example


Text Example

White with #EBA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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