Html Css Color HEX #EAA5AE Pale Chestnut

📋 copy color: '#EAA5AE'

red 234 ◦ green 165 ◦ blue 174

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

Shades of Pale Chestnut #EAA5AE

Tints of Pale Chestnut #EAA5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.37%

R = 40.84%
G = 28.8%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAA5AE (or 0xEAA5AE) is known color: Pale Chestnut. HEX triplet: EA, A5 and AE. RGB value is (234,165,174). Sum of RGB (Red+Green+Blue) = 234+165+174=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA5AE is #155A51. Grayscale: #BABABA. Windows color (decimal): -1399378 or 11445738. OLE color: 11445738.

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

Color convert

RGB 234 165 174 -
CMYK 0 0.29 0.26 0.08
HSL 352.17º 0.62% 0.78% -
HSV(B) 352.17º 0.29% 0.92% -
XYZ 55.03 47.46 46.3 -
YUV 186.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 234 165 174 0 0.29 0.26 0.08 352.17 0.62 0.78
Hex EA A5 AE 0 1D 1A 8 160 3E 4E
Octal 352 245 256 0 35 32 10 540 76 116
Binary 11101010 10100101 10101110 0 11101 11010 1000 101100000 111110 1001110

Color Harmonies of #EAA5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5AE

Black with #EAA5AE

Text Example


Text Example

White with #EAA5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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