#EF8F7B

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

Shades of Dark Salmon #EF8F7B

Tints of Dark Salmon #EF8F7B

Color information

#EF8F7B (or 0xEF8F7B) is unknown color: approx Dark Salmon. HEX triplet: EF, 8F and 7B. RGB value is (239,143,123). Sum of RGB (Red+Green+Blue) = 239+143+123=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F7B is #107084. Grayscale: #A9A9A9. Windows color (decimal): -1077381 or 8097775. OLE color: 8097775.

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

Color convert

RGB239143123-
CMYK00.400.490.06
HSL10.34º78.38%70.98%-
HSV(B)10.34º48.54%93.73%-
XYZ48.9939.4323.77-
YUV169.42101.8177.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 123 (48.44% from 255) = 24.36%
R=47.33%
G=28.32%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914312300.400.490.0610.3478.3870.98
HexEF8F7B028316a4e47
Octal35721717305061612116107
Binary111011111000111111110110101000110001110101010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8F7B; }

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

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

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

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

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

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

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

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