#EFAEB0

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

Shades of Pale Chestnut #EFAEB0

Tints of Pale Chestnut #EFAEB0

Color information

#EFAEB0 (or 0xEFAEB0) is unknown color: approx Pale Chestnut. HEX triplet: EF, AE and B0. RGB value is (239,174,176). Sum of RGB (Red+Green+Blue) = 239+174+176=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEB0 is #10514F. Grayscale: #C1C1C1. Windows color (decimal): -1069392 or 11579119. OLE color: 11579119.

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

Color convert

RGB239174176-
CMYK00.270.260.06
HSL358.15º67.01%80.98%-
HSV(B)358.15º27.2%93.73%-
XYZ58.5751.7647.98-
YUV193.66118.03160.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=40.58%
G=29.54%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917417600.270.260.06358.1567.0180.98
HexEFAEB001B1A61664351
Octal357256260033326546103121
Binary1110111110101110101100000110111101011010110011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB0; }

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

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

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

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

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

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

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

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