Html Css Color HEX #EB8E74 Dark Salmon

📋 copy color: '#EB8E74'

red 235 ◦ green 142 ◦ blue 116

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

Shades of Dark Salmon #EB8E74

Tints of Dark Salmon #EB8E74

RGB

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

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

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

R = 47.67%
G = 28.8%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB8E74 (or 0xEB8E74) is known color: Dark Salmon. HEX triplet: EB, 8E and 74. RGB value is (235,142,116). Sum of RGB (Red+Green+Blue) = 235+142+116=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E74 is #14718B. Grayscale: #A7A7A7. Windows color (decimal): -1339788 or 7638763. OLE color: 7638763.

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

Color convert

RGB 235 142 116 -
CMYK 0 0.40 0.51 0.08
HSL 13.11º 0.75% 0.69% -
HSV(B) 13.11º 0.51% 0.92% -
XYZ 47.09 38.27 21.43 -
YUV 166.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 235 142 116 0 0.40 0.51 0.08 13.11 0.75 0.69
Hex EB 8E 74 0 28 33 8 D 4B 45
Octal 353 216 164 0 50 63 10 15 113 105
Binary 11101011 10001110 1110100 0 101000 110011 1000 1101 1001011 1000101

Color Harmonies of #EB8E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E74

Black with #EB8E74

Text Example


Text Example

White with #EB8E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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