Html Css Color HEX #EB8D77 Dark Salmon

📋 copy color: '#EB8D77'

red 235 ◦ green 141 ◦ blue 119

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

Shades of Dark Salmon #EB8D77

Tints of Dark Salmon #EB8D77

RGB

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

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

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

R = 47.47%
G = 28.48%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB8D77 (or 0xEB8D77) is known color: Dark Salmon. HEX triplet: EB, 8D and 77. RGB value is (235,141,119). Sum of RGB (Red+Green+Blue) = 235+141+119=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D77 is #147288. Grayscale: #A6A6A6. Windows color (decimal): -1340041 or 7835115. OLE color: 7835115.

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

Color convert

RGB 235 141 119 -
CMYK 0 0.4 0.49 0.08
HSL 11.38º 0.74% 0.69% -
HSV(B) 11.38º 0.49% 0.92% -
XYZ 47.12 38.04 22.31 -
YUV 166.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 235 141 119 0 0.4 0.49 0.08 11.38 0.74 0.69
Hex EB 8D 77 0 28 31 8 B 4A 45
Octal 353 215 167 0 50 61 10 13 112 105
Binary 11101011 10001101 1110111 0 101000 110001 1000 1011 1001010 1000101

Color Harmonies of #EB8D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D77

Black with #EB8D77

Text Example


Text Example

White with #EB8D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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