Html Css Color HEX #EB8F77 Dark Salmon

📋 copy color: '#EB8F77'

red 235 ◦ green 143 ◦ blue 119

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

Shades of Dark Salmon #EB8F77

Tints of Dark Salmon #EB8F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 47.28%
G = 28.77%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB8F77 (or 0xEB8F77) is known color: Dark Salmon. HEX triplet: EB, 8F and 77. RGB value is (235,143,119). Sum of RGB (Red+Green+Blue) = 235+143+119=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F77 is #147088. Grayscale: #A7A7A7. Windows color (decimal): -1339529 or 7835627. OLE color: 7835627.

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

Color convert

RGB 235 143 119 -
CMYK 0 0.39 0.49 0.08
HSL 12.41º 0.74% 0.69% -
HSV(B) 12.41º 0.49% 0.92% -
XYZ 47.41 38.64 22.41 -
YUV 167.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 235 143 119 0 0.39 0.49 0.08 12.41 0.74 0.69
Hex EB 8F 77 0 27 31 8 C 4A 45
Octal 353 217 167 0 47 61 10 14 112 105
Binary 11101011 10001111 1110111 0 100111 110001 1000 1100 1001010 1000101

Color Harmonies of #EB8F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F77

Black with #EB8F77

Text Example


Text Example

White with #EB8F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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