Html Css Color HEX #EF8F80 Dark Salmon

📋 copy color: '#EF8F80'

red 239 ◦ green 143 ◦ blue 128

#EF8F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #EF8F80

Tints of Dark Salmon #EF8F80

RGB

 RED value IS 239 (93.75% from 255) = 46.86%

 GREEN value IS 143 (56.25% from 255) = 28.04%

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 46.86%
G = 28.04%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF8F80 (or 0xEF8F80) is known color: Dark Salmon. HEX triplet: EF, 8F and 80. RGB value is (239,143,128). Sum of RGB (Red+Green+Blue) = 239+143+128=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F80 is #10707F. Grayscale: #AAAAAA. Windows color (decimal): -1077376 or 8425455. OLE color: 8425455.

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

Color convert

RGB 239 143 128 -
CMYK 0 0.40 0.46 0.06
HSL 8.11º 0.78% 0.72% -
HSV(B) 8.11º 0.46% 0.94% -
XYZ 49.32 39.55 25.46 -
YUV 169.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 239 143 128 0 0.40 0.46 0.06 8.11 0.78 0.72
Hex EF 8F 80 0 28 2E 6 8 4E 48
Octal 357 217 200 0 50 56 6 10 116 110
Binary 11101111 10001111 10000000 0 101000 101110 110 1000 1001110 1001000

Color Harmonies of #EF8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F80

Black with #EF8F80

Text Example


Text Example

White with #EF8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F80; }

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

 H1.HeaderClassName
 {
   color: #EF8F80;
 }
 .AnyTagClassName
 {
   color: #EF8F80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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