Html Css Color HEX #EB8C76 Dark Salmon

📋 copy color: '#EB8C76'

red 235 ◦ green 140 ◦ blue 118

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

Shades of Dark Salmon #EB8C76

Tints of Dark Salmon #EB8C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 47.67%
G = 28.4%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB8C76 (or 0xEB8C76) is known color: Dark Salmon. HEX triplet: EB, 8C and 76. RGB value is (235,140,118). Sum of RGB (Red+Green+Blue) = 235+140+118=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C76 is #147389. Grayscale: #A6A6A6. Windows color (decimal): -1340298 or 7769323. OLE color: 7769323.

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

Color convert

RGB 235 140 118 -
CMYK 0 0.40 0.50 0.08
HSL 11.28º 0.75% 0.69% -
HSV(B) 11.28º 0.5% 0.92% -
XYZ 46.91 37.73 21.95 -
YUV 165.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 235 140 118 0 0.40 0.50 0.08 11.28 0.75 0.69
Hex EB 8C 76 0 28 32 8 B 4B 45
Octal 353 214 166 0 50 62 10 13 113 105
Binary 11101011 10001100 1110110 0 101000 110010 1000 1011 1001011 1000101

Color Harmonies of #EB8C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C76

Black with #EB8C76

Text Example


Text Example

White with #EB8C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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