#EFABAD

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

Shades of Pale Chestnut #EFABAD

Tints of Pale Chestnut #EFABAD

Color information

#EFABAD (or 0xEFABAD) is unknown color: approx Pale Chestnut. HEX triplet: EF, AB and AD. RGB value is (239,171,173). Sum of RGB (Red+Green+Blue) = 239+171+173=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAD is #105452. Grayscale: #BFBFBF. Windows color (decimal): -1070163 or 11381743. OLE color: 11381743.

HSL color Cylindrical-coordinate representation of color #EFABAD: hue angle of 358.24º 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 #EFABAD is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239171173-
CMYK00.280.280.06
HSL358.24º68%80.39%-
HSV(B)358.24º28.45%93.73%-
XYZ57.750.4946.24-
YUV191.56117.53161.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=40.99%
G=29.33%
B=29.67%

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
Decimal23917117300.280.280.06358.246880.39
HexEFABAD01C1C61664450
Octal357253255034346546104120
Binary1110111110101011101011010111001110011010110011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABAD; }

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

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

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

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

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

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

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

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