#EF8C7B

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

Shades of Dark Salmon #EF8C7B

Tints of Dark Salmon #EF8C7B

Color information

#EF8C7B (or 0xEF8C7B) is unknown color: approx Dark Salmon. HEX triplet: EF, 8C and 7B. RGB value is (239,140,123). Sum of RGB (Red+Green+Blue) = 239+140+123=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C7B is #107384. Grayscale: #A7A7A7. Windows color (decimal): -1078149 or 8097007. OLE color: 8097007.

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

Color convert

RGB239140123-
CMYK00.410.490.06
HSL8.79º78.38%70.98%-
HSV(B)8.79º48.54%93.73%-
XYZ48.5538.5423.62-
YUV167.66102.8178.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=47.61%
G=27.89%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914012300.410.490.068.7978.3870.98
HexEF8C7B02931694e47
Octal35721417305161611116107
Binary111011111000110011110110101001110001110100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8C7B; }

 p { color: rgb(239,140,123); }

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

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

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

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

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

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

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