#EFA99F

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

Shades of Sundown #EFA99F

Tints of Sundown #EFA99F

Color information

#EFA99F (or 0xEFA99F) is unknown color: approx Sundown. HEX triplet: EF, A9 and 9F. RGB value is (239,169,159). Sum of RGB (Red+Green+Blue) = 239+169+159=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA99F is #105660. Grayscale: #BCBCBC. Windows color (decimal): -1070689 or 10463727. OLE color: 10463727.

HSL color Cylindrical-coordinate representation of color #EFA99F: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA99F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239169159-
CMYK00.290.330.06
HSL7.5º71.43%78.04%-
HSV(B)7.5º33.47%93.73%-
XYZ56.0449.2339.35-
YUV188.79111.19163.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 159 (62.5% from 255) = 28.04%
R=42.15%
G=29.81%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916915900.290.330.067.571.4378.04
HexEFA99F01D2168474e
Octal35725123703541610107116
Binary111011111010100110011111011101100001110100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA99F; }

 p { color: rgb(239,169,159); }

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

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

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

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

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

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

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