#EFADAE

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

Shades of Pale Chestnut #EFADAE

Tints of Pale Chestnut #EFADAE

Color information

#EFADAE (or 0xEFADAE) is unknown color: approx Pale Chestnut. HEX triplet: EF, AD and AE. RGB value is (239,173,174). Sum of RGB (Red+Green+Blue) = 239+173+174=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADAE is #105251. Grayscale: #C0C0C0. Windows color (decimal): -1069650 or 11447791. OLE color: 11447791.

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

Color convert

RGB239173174-
CMYK00.280.270.06
HSL359.09º67.35%80.78%-
HSV(B)359.09º27.62%93.73%-
XYZ58.1851.2946.88-
YUV192.85117.37160.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=40.78%
G=29.52%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917317400.280.270.06359.0967.3580.78
HexEFADAE01C1B61674351
Octal357255256034336547103121
Binary1110111110101101101011100111001101111010110011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADAE; }

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

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

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

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

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

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

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

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