Html Css Color HEX #EB8F80 Dark Salmon

📋 copy color: '#EB8F80'

red 235 ◦ green 143 ◦ blue 128

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

Shades of Dark Salmon #EB8F80

Tints of Dark Salmon #EB8F80

RGB

 RED value IS 235 (92.19% from 255) = 46.44%

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

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

R = 46.44%
G = 28.26%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB8F80 (or 0xEB8F80) is known color: Dark Salmon. HEX triplet: EB, 8F and 80. RGB value is (235,143,128). Sum of RGB (Red+Green+Blue) = 235+143+128=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8F80 is #14707F. Grayscale: #A8A8A8. Windows color (decimal): -1339520 or 8425451. OLE color: 8425451.

HSL color Cylindrical-coordinate representation of color #EB8F80: hue angle of 8.41º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB8F80 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 143 128 -
CMYK 0 0.39 0.46 0.08
HSL 8.41º 0.73% 0.71% -
HSV(B) 8.41º 0.46% 0.92% -
XYZ 47.98 38.87 25.4 -
YUV 168.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 235 143 128 0 0.39 0.46 0.08 8.41 0.73 0.71
Hex EB 8F 80 0 27 2E 8 8 49 47
Octal 353 217 200 0 47 56 10 10 111 107
Binary 11101011 10001111 10000000 0 100111 101110 1000 1000 1001001 1000111

Color Harmonies of #EB8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F80

Black with #EB8F80

Text Example


Text Example

White with #EB8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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