Html Css Color HEX #EBA3AA Pale Chestnut

📋 copy color: '#EBA3AA'

red 235 ◦ green 163 ◦ blue 170

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

Shades of Pale Chestnut #EBA3AA

Tints of Pale Chestnut #EBA3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.7%

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

R = 41.37%
G = 28.7%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBA3AA (or 0xEBA3AA) is known color: Pale Chestnut. HEX triplet: EB, A3 and AA. RGB value is (235,163,170). Sum of RGB (Red+Green+Blue) = 235+163+170=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3AA is #145C55. Grayscale: #B9B9B9. Windows color (decimal): -1334358 or 11183083. OLE color: 11183083.

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

Color convert

RGB 235 163 170 -
CMYK 0 0.31 0.28 0.08
HSL 354.17º 0.64% 0.78% -
HSV(B) 354.17º 0.31% 0.92% -
XYZ 54.61 46.76 44.18 -
YUV 185.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 235 163 170 0 0.31 0.28 0.08 354.17 0.64 0.78
Hex EB A3 AA 0 1F 1C 8 162 40 4E
Octal 353 243 252 0 37 34 10 542 100 116
Binary 11101011 10100011 10101010 0 11111 11100 1000 101100010 1000000 1001110

Color Harmonies of #EBA3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3AA

Black with #EBA3AA

Text Example


Text Example

White with #EBA3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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