#EFAEAC

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

Shades of Sundown #EFAEAC

Tints of Sundown #EFAEAC

Color information

#EFAEAC (or 0xEFAEAC) is unknown color: approx Sundown. HEX triplet: EF, AE and AC. RGB value is (239,174,172). Sum of RGB (Red+Green+Blue) = 239+174+172=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEAC is #105153. Grayscale: #C1C1C1. Windows color (decimal): -1069396 or 11316975. OLE color: 11316975.

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

Color convert

RGB239174172-
CMYK00.270.280.06
HSL1.79º67.68%80.59%-
HSV(B)1.79º28.03%93.73%-
XYZ58.1851.645.92-
YUV193.21116.03160.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=40.85%
G=29.74%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917417200.270.280.061.7967.6880.59
HexEFAEAC01B1C624451
Octal3572562540333462104121
Binary111011111010111010101100011011111001101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEAC; }

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

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

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

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

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

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

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

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