#EFAEAF

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

Shades of Pale Chestnut #EFAEAF

Tints of Pale Chestnut #EFAEAF

Color information

#EFAEAF (or 0xEFAEAF) is unknown color: approx Pale Chestnut. HEX triplet: EF, AE and AF. RGB value is (239,174,175). Sum of RGB (Red+Green+Blue) = 239+174+175=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEAF is #105150. Grayscale: #C1C1C1. Windows color (decimal): -1069393 or 11513583. OLE color: 11513583.

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

Color convert

RGB239174175-
CMYK00.270.270.06
HSL359.08º67.01%80.98%-
HSV(B)359.08º27.2%93.73%-
XYZ58.4751.7247.46-
YUV193.55117.53160.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=40.65%
G=29.59%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917417500.270.270.06359.0867.0180.98
HexEFAEAF01B1B61674351
Octal357256257033336547103121
Binary1110111110101110101011110110111101111010110011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEAF; }

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

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

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

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

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

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

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

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