Html Css Color HEX #EAA5AA Pale Chestnut

📋 copy color: '#EAA5AA'

red 234 ◦ green 165 ◦ blue 170

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

Shades of Pale Chestnut #EAA5AA

Tints of Pale Chestnut #EAA5AA

RGB

 RED value IS 234 (91.8% from 255) = 41.12%

 GREEN value IS 165 (64.84% from 255) = 29%

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

R = 41.12%
G = 29%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAA5AA (or 0xEAA5AA) is known color: Pale Chestnut. HEX triplet: EA, A5 and AA. RGB value is (234,165,170). Sum of RGB (Red+Green+Blue) = 234+165+170=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA5AA is #155A55. Grayscale: #BABABA. Windows color (decimal): -1399382 or 11183594. OLE color: 11183594.

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

Color convert

RGB 234 165 170 -
CMYK 0 0.29 0.27 0.08
HSL 355.65º 0.62% 0.78% -
HSV(B) 355.65º 0.29% 0.92% -
XYZ 54.64 47.3 44.28 -
YUV 186.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 234 165 170 0 0.29 0.27 0.08 355.65 0.62 0.78
Hex EA A5 AA 0 1D 1B 8 164 3E 4E
Octal 352 245 252 0 35 33 10 544 76 116
Binary 11101010 10100101 10101010 0 11101 11011 1000 101100100 111110 1001110

Color Harmonies of #EAA5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5AA

Black with #EAA5AA

Text Example


Text Example

White with #EAA5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5AA; }

 p { color: rgb(234,165,170); }

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

background-color css

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

 a { background-color: rgb(234,165,170); }

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

border-color css

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

 span { border-color: rgb(234,165,170); }

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