#EEB0B1

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

Shades of Pale Chestnut #EEB0B1

Tints of Pale Chestnut #EEB0B1

Color information

#EEB0B1 (or 0xEEB0B1) is unknown color: approx Pale Chestnut. HEX triplet: EE, B0 and B1. RGB value is (238,176,177). Sum of RGB (Red+Green+Blue) = 238+176+177=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB0B1 is #114F4E. Grayscale: #C2C2C2. Windows color (decimal): -1134415 or 11645166. OLE color: 11645166.

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

Color convert

RGB238176177-
CMYK00.260.260.07
HSL359.03º64.58%81.18%-
HSV(B)359.03º26.05%93.33%-
XYZ58.7252.448.61-
YUV194.65118.04158.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 177 (69.53% from 255) = 29.95%
R=40.27%
G=29.78%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817617700.260.260.07359.0364.5881.18
HexEEB0B101A1A71674151
Octal356260261032327547101121
Binary1110111010110000101100010110101101011110110011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0B1; }

 p { color: rgb(238,176,177); }

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

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

 a { background-color: rgb(238,176,177); }

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

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

 span { border-color: rgb(238,176,177); }

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