Html Css Color HEX #E0ACAE Pale Chestnut

📋 copy color: '#E0ACAE'

red 224 ◦ green 172 ◦ blue 174

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

Shades of Pale Chestnut #E0ACAE

Tints of Pale Chestnut #E0ACAE

RGB

 RED value IS 224 (87.89% from 255) = 39.3%

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

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

R = 39.3%
G = 30.18%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0ACAE (or 0xE0ACAE) is known color: Pale Chestnut. HEX triplet: E0, AC and AE. RGB value is (224,172,174). Sum of RGB (Red+Green+Blue) = 224+172+174=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ACAE is #1F5351. Grayscale: #BBBBBB. Windows color (decimal): -2052946 or 11447520. OLE color: 11447520.

HSL color Cylindrical-coordinate representation of color #E0ACAE: hue angle of 357.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACAE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 174 -
CMYK 0 0.23 0.22 0.12
HSL 357.69º 0.46% 0.78% -
HSV(B) 357.69º 0.23% 0.88% -
XYZ 53.13 48.41 46.59 -
YUV 187.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 224 172 174 0 0.23 0.22 0.12 357.69 0.46 0.78
Hex E0 AC AE 0 17 16 C 166 2E 4E
Octal 340 254 256 0 27 26 14 546 56 116
Binary 11100000 10101100 10101110 0 10111 10110 1100 101100110 101110 1001110

Color Harmonies of #E0ACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACAE

Black with #E0ACAE

Text Example


Text Example

White with #E0ACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACAE; }

 p { color: rgb(224,172,174); }

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

background-color css

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

 a { background-color: rgb(224,172,174); }

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

border-color css

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

 span { border-color: rgb(224,172,174); }

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