Html Css Color HEX #EB8E77 Dark Salmon

📋 copy color: '#EB8E77'

red 235 ◦ green 142 ◦ blue 119

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

Shades of Dark Salmon #EB8E77

Tints of Dark Salmon #EB8E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.63%

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

R = 47.38%
G = 28.63%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB8E77 (or 0xEB8E77) is known color: Dark Salmon. HEX triplet: EB, 8E and 77. RGB value is (235,142,119). Sum of RGB (Red+Green+Blue) = 235+142+119=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E77 is #147188. Grayscale: #A7A7A7. Windows color (decimal): -1339785 or 7835371. OLE color: 7835371.

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

Color convert

RGB 235 142 119 -
CMYK 0 0.40 0.49 0.08
HSL 11.9º 0.74% 0.69% -
HSV(B) 11.9º 0.49% 0.92% -
XYZ 47.26 38.34 22.36 -
YUV 167.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 235 142 119 0 0.40 0.49 0.08 11.9 0.74 0.69
Hex EB 8E 77 0 28 31 8 C 4A 45
Octal 353 216 167 0 50 61 10 14 112 105
Binary 11101011 10001110 1110111 0 101000 110001 1000 1100 1001010 1000101

Color Harmonies of #EB8E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E77

Black with #EB8E77

Text Example


Text Example

White with #EB8E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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