#EFB0B1

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

Shades of Pale Chestnut #EFB0B1

Tints of Pale Chestnut #EFB0B1

Color information

#EFB0B1 (or 0xEFB0B1) is unknown color: approx Pale Chestnut. HEX triplet: EF, B0 and B1. RGB value is (239,176,177). Sum of RGB (Red+Green+Blue) = 239+176+177=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0B1 is #104F4E. Grayscale: #C3C3C3. Windows color (decimal): -1068879 or 11645167. OLE color: 11645167.

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

Color convert

RGB239176177-
CMYK00.260.260.06
HSL359.05º66.32%81.37%-
HSV(B)359.05º26.36%93.73%-
XYZ59.0652.5848.63-
YUV194.95117.87159.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 176 (69.14% from 255) = 29.73%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=40.37%
G=29.73%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917617700.260.260.06359.0566.3281.37
HexEFB0B101A1A61674251
Octal357260261032326547102121
Binary1110111110110000101100010110101101011010110011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0B1; }

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

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

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

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

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

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

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

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