#EFAEAE

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

Shades of Sundown #EFAEAE

Tints of Sundown #EFAEAE

Color information

#EFAEAE (or 0xEFAEAE) is unknown color: approx Sundown. HEX triplet: EF, AE and AE. RGB value is (239,174,174). Sum of RGB (Red+Green+Blue) = 239+174+174=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEAE is #105151. Grayscale: #C1C1C1. Windows color (decimal): -1069394 or 11448047. OLE color: 11448047.

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

Color convert

RGB239174174-
CMYK00.270.270.06
HSL67.01%80.98%-
HSV(B)27.2%93.73%-
XYZ58.3751.6846.94-
YUV193.44117.03160.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=40.72%
G=29.64%
B=29.64%

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
Decimal23917417400.270.270.06067.0180.98
HexEFAEAE01B1B604351
Octal3572562560333360103121
Binary11101111101011101010111001101111011110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEAE; }

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

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

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

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

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

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

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

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