Html Css Color HEX #EB9C77 Dark Salmon

📋 copy color: '#EB9C77'

red 235 ◦ green 156 ◦ blue 119

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

Shades of Dark Salmon #EB9C77

Tints of Dark Salmon #EB9C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.59%

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

R = 46.08%
G = 30.59%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB9C77 (or 0xEB9C77) is known color: Dark Salmon. HEX triplet: EB, 9C and 77. RGB value is (235,156,119). Sum of RGB (Red+Green+Blue) = 235+156+119=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C77 is #146388. Grayscale: #AFAFAF. Windows color (decimal): -1336201 or 7838955. OLE color: 7838955.

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

Color convert

RGB 235 156 119 -
CMYK 0 0.34 0.49 0.08
HSL 19.14º 0.74% 0.69% -
HSV(B) 19.14º 0.49% 0.92% -
XYZ 49.48 42.77 23.1 -
YUV 175.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 235 156 119 0 0.34 0.49 0.08 19.14 0.74 0.69
Hex EB 9C 77 0 22 31 8 13 4A 45
Octal 353 234 167 0 42 61 10 23 112 105
Binary 11101011 10011100 1110111 0 100010 110001 1000 10011 1001010 1000101

Color Harmonies of #EB9C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C77

Black with #EB9C77

Text Example


Text Example

White with #EB9C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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