Html Css Color HEX #EB8D7C Dark Salmon

📋 copy color: '#EB8D7C'

red 235 ◦ green 141 ◦ blue 124

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

Shades of Dark Salmon #EB8D7C

Tints of Dark Salmon #EB8D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.2%

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

R = 47%
G = 28.2%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB8D7C (or 0xEB8D7C) is known color: Dark Salmon. HEX triplet: EB, 8D and 7C. RGB value is (235,141,124). Sum of RGB (Red+Green+Blue) = 235+141+124=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D7C is #147283. Grayscale: #A7A7A7. Windows color (decimal): -1340036 or 8162795. OLE color: 8162795.

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

Color convert

RGB 235 141 124 -
CMYK 0 0.4 0.47 0.08
HSL 9.19º 0.74% 0.7% -
HSV(B) 9.19º 0.47% 0.92% -
XYZ 47.42 38.17 23.94 -
YUV 167.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 235 141 124 0 0.4 0.47 0.08 9.19 0.74 0.7
Hex EB 8D 7C 0 28 2F 8 9 4A 46
Octal 353 215 174 0 50 57 10 11 112 106
Binary 11101011 10001101 1111100 0 101000 101111 1000 1001 1001010 1000110

Color Harmonies of #EB8D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D7C

Black with #EB8D7C

Text Example


Text Example

White with #EB8D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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