Html Css Color HEX #E1A5AE Pale Chestnut

📋 copy color: '#E1A5AE'

red 225 ◦ green 165 ◦ blue 174

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

Shades of Pale Chestnut #E1A5AE

Tints of Pale Chestnut #E1A5AE

RGB

 RED value IS 225 (88.28% from 255) = 39.89%

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

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

R = 39.89%
G = 29.26%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E1A5AE (or 0xE1A5AE) is known color: Pale Chestnut. HEX triplet: E1, A5 and AE. RGB value is (225,165,174). Sum of RGB (Red+Green+Blue) = 225+165+174=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A5AE is #1E5A51. Grayscale: #B7B7B7. Windows color (decimal): -1989202 or 11445729. OLE color: 11445729.

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

Color convert

RGB 225 165 174 -
CMYK 0 0.27 0.23 0.12
HSL 351º 0.5% 0.76% -
HSV(B) 351º 0.27% 0.88% -
XYZ 52.15 45.97 46.17 -
YUV 183.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 225 165 174 0 0.27 0.23 0.12 351 0.5 0.76
Hex E1 A5 AE 0 1B 17 C 15F 32 4C
Octal 341 245 256 0 33 27 14 537 62 114
Binary 11100001 10100101 10101110 0 11011 10111 1100 101011111 110010 1001100

Color Harmonies of #E1A5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5AE

Black with #E1A5AE

Text Example


Text Example

White with #E1A5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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