Html Css Color HEX #EB8B74 Dark Salmon

📋 copy color: '#EB8B74'

red 235 ◦ green 139 ◦ blue 116

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

Shades of Dark Salmon #EB8B74

Tints of Dark Salmon #EB8B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 47.96%
G = 28.37%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB8B74 (or 0xEB8B74) is known color: Dark Salmon. HEX triplet: EB, 8B and 74. RGB value is (235,139,116). Sum of RGB (Red+Green+Blue) = 235+139+116=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B74 is #14748B. Grayscale: #A5A5A5. Windows color (decimal): -1340556 or 7637995. OLE color: 7637995.

HSL color Cylindrical-coordinate representation of color #EB8B74: hue angle of 11.6º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8B74 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 139 116 -
CMYK 0 0.41 0.51 0.08
HSL 11.6º 0.75% 0.69% -
HSV(B) 11.6º 0.51% 0.92% -
XYZ 46.65 37.39 21.28 -
YUV 165.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 235 139 116 0 0.41 0.51 0.08 11.6 0.75 0.69
Hex EB 8B 74 0 29 33 8 C 4B 45
Octal 353 213 164 0 51 63 10 14 113 105
Binary 11101011 10001011 1110100 0 101001 110011 1000 1100 1001011 1000101

Color Harmonies of #EB8B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B74

Black with #EB8B74

Text Example


Text Example

White with #EB8B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B74; }

 p { color: rgb(235,139,116); }

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

background-color css

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

 a { background-color: rgb(235,139,116); }

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

border-color css

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

 span { border-color: rgb(235,139,116); }

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