#EFABAC

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

Shades of Pale Chestnut #EFABAC

Tints of Pale Chestnut #EFABAC

Color information

#EFABAC (or 0xEFABAC) is unknown color: approx Pale Chestnut. HEX triplet: EF, AB and AC. RGB value is (239,171,172). Sum of RGB (Red+Green+Blue) = 239+171+172=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAC is #105453. Grayscale: #BFBFBF. Windows color (decimal): -1070164 or 11316207. OLE color: 11316207.

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

Color convert

RGB239171172-
CMYK00.280.280.06
HSL359.12º68%80.39%-
HSV(B)359.12º28.45%93.73%-
XYZ57.6150.4645.73-
YUV191.45117.03161.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=41.07%
G=29.38%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917117200.280.280.06359.126880.39
HexEFABAC01C1C61674450
Octal357253254034346547104120
Binary1110111110101011101011000111001110011010110011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABAC; }

 p { color: rgb(239,171,172); }

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

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

 a { background-color: rgb(239,171,172); }

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

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

 span { border-color: rgb(239,171,172); }

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