Html Css Color HEX #EB8D76 Dark Salmon

📋 copy color: '#EB8D76'

red 235 ◦ green 141 ◦ blue 118

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

Shades of Dark Salmon #EB8D76

Tints of Dark Salmon #EB8D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.54%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 47.57%
G = 28.54%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB8D76 (or 0xEB8D76) is known color: Dark Salmon. HEX triplet: EB, 8D and 76. RGB value is (235,141,118). Sum of RGB (Red+Green+Blue) = 235+141+118=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D76 is #147289. Grayscale: #A6A6A6. Windows color (decimal): -1340042 or 7769579. OLE color: 7769579.

HSL color Cylindrical-coordinate representation of color #EB8D76: hue angle of 11.79º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB8D76 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 118 -
CMYK 0 0.4 0.50 0.08
HSL 11.79º 0.75% 0.69% -
HSV(B) 11.79º 0.5% 0.92% -
XYZ 47.06 38.02 22 -
YUV 166.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 235 141 118 0 0.4 0.50 0.08 11.79 0.75 0.69
Hex EB 8D 76 0 28 32 8 C 4B 45
Octal 353 215 166 0 50 62 10 14 113 105
Binary 11101011 10001101 1110110 0 101000 110010 1000 1100 1001011 1000101

Color Harmonies of #EB8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D76

Black with #EB8D76

Text Example


Text Example

White with #EB8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D76; }

 p { color: rgb(235,141,118); }

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

background-color css

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

 a { background-color: rgb(235,141,118); }

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

border-color css

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

 span { border-color: rgb(235,141,118); }

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