#EFADB0

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

Shades of Pale Chestnut #EFADB0

Tints of Pale Chestnut #EFADB0

Color information

#EFADB0 (or 0xEFADB0) is unknown color: approx Pale Chestnut. HEX triplet: EF, AD and B0. RGB value is (239,173,176). Sum of RGB (Red+Green+Blue) = 239+173+176=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADB0 is #10524F. Grayscale: #C1C1C1. Windows color (decimal): -1069648 or 11578863. OLE color: 11578863.

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

Color convert

RGB239173176-
CMYK00.280.260.06
HSL357.27º67.35%80.78%-
HSV(B)357.27º27.62%93.73%-
XYZ58.3851.3747.91-
YUV193.08118.37160.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 176 (69.14% from 255) = 29.93%
R=40.65%
G=29.42%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917317600.280.260.06357.2767.3580.78
HexEFADB001C1A61654351
Octal357255260034326545103121
Binary1110111110101101101100000111001101011010110010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADB0; }

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

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

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

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

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

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

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

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