#EF8E6B

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

Shades of Dark Salmon #EF8E6B

Tints of Dark Salmon #EF8E6B

Color information

#EF8E6B (or 0xEF8E6B) is unknown color: approx Dark Salmon. HEX triplet: EF, 8E and 6B. RGB value is (239,142,107). Sum of RGB (Red+Green+Blue) = 239+142+107=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E6B is #107194. Grayscale: #A7A7A7. Windows color (decimal): -1077653 or 7048943. OLE color: 7048943.

HSL color Cylindrical-coordinate representation of color #EF8E6B: hue angle of 15.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF8E6B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB239142107-
CMYK00.410.550.06
HSL15.91º80.49%67.84%-
HSV(B)15.91º55.23%93.73%-
XYZ47.9238.7618.87-
YUV167.0194.14179.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.98%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=48.98%
G=29.10%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914210700.410.550.0615.9180.4967.84
HexEF8E6B029376105044
Octal35721615305167620120104
Binary1110111110001110110101101010011101111101000010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E6B; }

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

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

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

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

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

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

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

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