Html Css Color HEX #EBA2AA Pale Chestnut

📋 copy color: '#EBA2AA'

red 235 ◦ green 162 ◦ blue 170

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

Shades of Pale Chestnut #EBA2AA

Tints of Pale Chestnut #EBA2AA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.57%

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

R = 41.45%
G = 28.57%
B = 29.98%

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

#EBA2AA (or 0xEBA2AA) is known color: Pale Chestnut. HEX triplet: EB, A2 and AA. RGB value is (235,162,170). Sum of RGB (Red+Green+Blue) = 235+162+170=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2AA is #145D55. Grayscale: #B8B8B8. Windows color (decimal): -1334614 or 11182827. OLE color: 11182827.

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

Color convert

RGB 235 162 170 -
CMYK 0 0.31 0.28 0.08
HSL 353.42º 0.65% 0.78% -
HSV(B) 353.42º 0.31% 0.92% -
XYZ 54.44 46.41 44.12 -
YUV 184.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 235 162 170 0 0.31 0.28 0.08 353.42 0.65 0.78
Hex EB A2 AA 0 1F 1C 8 161 41 4E
Octal 353 242 252 0 37 34 10 541 101 116
Binary 11101011 10100010 10101010 0 11111 11100 1000 101100001 1000001 1001110

Color Harmonies of #EBA2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2AA

Black with #EBA2AA

Text Example


Text Example

White with #EBA2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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