#EF8E77

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

Shades of Dark Salmon #EF8E77

Tints of Dark Salmon #EF8E77

Color information

#EF8E77 (or 0xEF8E77) is unknown color: approx Dark Salmon. HEX triplet: EF, 8E and 77. RGB value is (239,142,119). Sum of RGB (Red+Green+Blue) = 239+142+119=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E77 is #107188. Grayscale: #A8A8A8. Windows color (decimal): -1077641 or 7835375. OLE color: 7835375.

HSL color Cylindrical-coordinate representation of color #EF8E77: hue angle of 11.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF8E77 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239142119-
CMYK00.410.500.06
HSL11.5º78.95%70.2%-
HSV(B)11.5º50.21%93.73%-
XYZ48.639.0322.42-
YUV168.38100.14178.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=47.8%
G=28.4%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914211900.410.500.0611.578.9570.2
HexEF8E77029326c4f46
Octal35721616705162614117106
Binary111011111000111011101110101001110010110110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E77; }

 p { color: rgb(239,142,119); }

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

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

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

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

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

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

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