Html Css Color HEX #EB9E77 Dark Salmon

📋 copy color: '#EB9E77'

red 235 ◦ green 158 ◦ blue 119

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

Shades of Dark Salmon #EB9E77

Tints of Dark Salmon #EB9E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

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

R = 45.9%
G = 30.86%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB9E77 (or 0xEB9E77) is known color: Dark Salmon. HEX triplet: EB, 9E and 77. RGB value is (235,158,119). Sum of RGB (Red+Green+Blue) = 235+158+119=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E77 is #146188. Grayscale: #B0B0B0. Windows color (decimal): -1335689 or 7839467. OLE color: 7839467.

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

Color convert

RGB 235 158 119 -
CMYK 0 0.33 0.49 0.08
HSL 20.17º 0.74% 0.69% -
HSV(B) 20.17º 0.49% 0.92% -
XYZ 49.82 43.45 23.21 -
YUV 176.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 235 158 119 0 0.33 0.49 0.08 20.17 0.74 0.69
Hex EB 9E 77 0 21 31 8 14 4A 45
Octal 353 236 167 0 41 61 10 24 112 105
Binary 11101011 10011110 1110111 0 100001 110001 1000 10100 1001010 1000101

Color Harmonies of #EB9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E77

Black with #EB9E77

Text Example


Text Example

White with #EB9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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