Html Css Color HEX #EB8E7C Dark Salmon

📋 copy color: '#EB8E7C'

red 235 ◦ green 142 ◦ blue 124

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

Shades of Dark Salmon #EB8E7C

Tints of Dark Salmon #EB8E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.75%

R = 46.91%
G = 28.34%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB8E7C (or 0xEB8E7C) is known color: Dark Salmon. HEX triplet: EB, 8E and 7C. RGB value is (235,142,124). Sum of RGB (Red+Green+Blue) = 235+142+124=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E7C is #147183. Grayscale: #A7A7A7. Windows color (decimal): -1339780 or 8163051. OLE color: 8163051.

HSL color Cylindrical-coordinate representation of color #EB8E7C: hue angle of 9.73º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB8E7C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 142 124 -
CMYK 0 0.40 0.47 0.08
HSL 9.73º 0.74% 0.7% -
HSV(B) 9.73º 0.47% 0.92% -
XYZ 47.57 38.46 23.99 -
YUV 167.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 235 142 124 0 0.40 0.47 0.08 9.73 0.74 0.7
Hex EB 8E 7C 0 28 2F 8 A 4A 46
Octal 353 216 174 0 50 57 10 12 112 106
Binary 11101011 10001110 1111100 0 101000 101111 1000 1010 1001010 1000110

Color Harmonies of #EB8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E7C

Black with #EB8E7C

Text Example


Text Example

White with #EB8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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