#EFAFAD

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

Shades of Sundown #EFAFAD

Tints of Sundown #EFAFAD

Color information

#EFAFAD (or 0xEFAFAD) is unknown color: approx Sundown. HEX triplet: EF, AF and AD. RGB value is (239,175,173). Sum of RGB (Red+Green+Blue) = 239+175+173=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFAD is #105052. Grayscale: #C1C1C1. Windows color (decimal): -1069139 or 11382767. OLE color: 11382767.

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

Color convert

RGB239175173-
CMYK00.270.280.06
HSL1.82º67.35%80.78%-
HSV(B)1.82º27.62%93.73%-
XYZ58.4752.0346.5-
YUV193.91116.2160.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=40.72%
G=29.81%
B=29.47%

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
Decimal23917517300.270.280.061.8267.3580.78
HexEFAFAD01B1C624351
Octal3572572550333462103121
Binary111011111010111110101101011011111001101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFAD; }

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

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

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

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

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

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

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

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