#e2acad

Color #E2ACAD Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #E2ACAD

Tints of Pale Chestnut #E2ACAD

Color information

#E2ACAD (or 0xE2ACAD) is unknown color: approx Pale Chestnut. HEX triplet: E2, AC and AD. RGB value is (226,172,173). Sum of RGB (Red+Green+Blue) = 226+172+173=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ACAD is #1D5352. Grayscale: #BCBCBC. Windows color (decimal): -1921875 or 11381986. OLE color: 11381986.

HSL color Cylindrical-coordinate representation of color #E2ACAD: hue angle of 358.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACAD is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226172173-
CMYK00.240.230.11
HSL358.89º48.21%78.04%-
HSV(B)358.89º23.89%88.63%-
XYZ53.6648.6946.11-
YUV188.26119.39154.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=39.58%
G=30.12%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617217300.240.230.11358.8948.2178.04
HexE2ACAD01817B167304e
Octal342254255030271354760116
Binary1110001010101100101011010110001011110111011001111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2acad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2acad; }

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

 H1.HeaderClassName
 {
   color: #e2acad;
 }
 .AnyTagClassName
 {
   color: #e2acad;
 }
</style>
background-color css

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

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

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

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

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

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