#EF9F9F

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

Shades of Sundown #EF9F9F

Tints of Sundown #EF9F9F

Color information

#EF9F9F (or 0xEF9F9F) is unknown color: approx Sundown. HEX triplet: EF, 9F and 9F. RGB value is (239,159,159). Sum of RGB (Red+Green+Blue) = 239+159+159=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F9F is #106060. Grayscale: #B7B7B7. Windows color (decimal): -1073249 or 10461167. OLE color: 10461167.

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

Color convert

RGB239159159-
CMYK00.330.330.06
HSL71.43%78.04%-
HSV(B)33.47%93.73%-
XYZ54.2545.6538.75-
YUV182.92114.5168-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=42.91%
G=28.55%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915915900.330.330.06071.4378.04
HexEF9F9F0212160474e
Octal3572372370414160107116
Binary1110111110011111100111110100001100001110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9F9F; }

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

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

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

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

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

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

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

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