Html Css Color HEX #EAACAD Pale Chestnut

📋 copy color: '#EAACAD'

red 234 ◦ green 172 ◦ blue 173

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

Shades of Pale Chestnut #EAACAD

Tints of Pale Chestnut #EAACAD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.71%

 BLUE value IS 173 (67.97% from 255) = 29.88%

R = 40.41%
G = 29.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAACAD (or 0xEAACAD) is known color: Pale Chestnut. HEX triplet: EA, AC and AD. RGB value is (234,172,173). Sum of RGB (Red+Green+Blue) = 234+172+173=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAACAD is #155352. Grayscale: #BEBEBE. Windows color (decimal): -1397587 or 11381994. OLE color: 11381994.

HSL color Cylindrical-coordinate representation of color #EAACAD: hue angle of 359.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACAD is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 173 -
CMYK 0 0.26 0.26 0.08
HSL 359.03º 0.6% 0.8% -
HSV(B) 359.03º 0.26% 0.92% -
XYZ 56.23 50.01 46.23 -
YUV 190.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 234 172 173 0 0.26 0.26 0.08 359.03 0.6 0.8
Hex EA AC AD 0 1A 1A 8 167 3C 50
Octal 352 254 255 0 32 32 10 547 74 120
Binary 11101010 10101100 10101101 0 11010 11010 1000 101100111 111100 1010000

Color Harmonies of #EAACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACAD

Black with #EAACAD

Text Example


Text Example

White with #EAACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACAD; }

 p { color: rgb(234,172,173); }

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

background-color css

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

 a { background-color: rgb(234,172,173); }

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

border-color css

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

 span { border-color: rgb(234,172,173); }

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