#EEA5A8

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

Shades of Pale Chestnut #EEA5A8

Tints of Pale Chestnut #EEA5A8

Color information

#EEA5A8 (or 0xEEA5A8) is unknown color: approx Pale Chestnut. HEX triplet: EE, A5 and A8. RGB value is (238,165,168). Sum of RGB (Red+Green+Blue) = 238+165+168=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA5A8 is #115A57. Grayscale: #BBBBBB. Windows color (decimal): -1137240 or 11052526. OLE color: 11052526.

HSL color Cylindrical-coordinate representation of color #EEA5A8: hue angle of 357.53º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5A8 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238165168-
CMYK00.310.290.07
HSL357.53º68.22%79.02%-
HSV(B)357.53º30.67%93.33%-
XYZ55.7847.9143.35-
YUV187.17117.18164.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 168 (66.02% from 255) = 29.42%
R=41.68%
G=28.90%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816516800.310.290.07357.5368.2279.02
HexEEA5A801F1D7166444f
Octal356245250037357546104117
Binary1110111010100101101010000111111110111110110011010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5A8; }

 p { color: rgb(238,165,168); }

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

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

 a { background-color: rgb(238,165,168); }

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

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

 span { border-color: rgb(238,165,168); }

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