Html Css Color HEX #EB8B7C Dark Salmon

📋 copy color: '#EB8B7C'

red 235 ◦ green 139 ◦ blue 124

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

Shades of Dark Salmon #EB8B7C

Tints of Dark Salmon #EB8B7C

RGB

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

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

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

R = 47.19%
G = 27.91%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB8B7C (or 0xEB8B7C) is known color: Dark Salmon. HEX triplet: EB, 8B and 7C. RGB value is (235,139,124). Sum of RGB (Red+Green+Blue) = 235+139+124=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B7C is #147483. Grayscale: #A6A6A6. Windows color (decimal): -1340548 or 8162283. OLE color: 8162283.

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

Color convert

RGB 235 139 124 -
CMYK 0 0.41 0.47 0.08
HSL 8.11º 0.74% 0.7% -
HSV(B) 8.11º 0.47% 0.92% -
XYZ 47.13 37.58 23.84 -
YUV 165.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 235 139 124 0 0.41 0.47 0.08 8.11 0.74 0.7
Hex EB 8B 7C 0 29 2F 8 8 4A 46
Octal 353 213 174 0 51 57 10 10 112 106
Binary 11101011 10001011 1111100 0 101001 101111 1000 1000 1001010 1000110

Color Harmonies of #EB8B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B7C

Black with #EB8B7C

Text Example


Text Example

White with #EB8B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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