Html Css Color HEX #EB9F7C Dark Salmon

📋 copy color: '#EB9F7C'

red 235 ◦ green 159 ◦ blue 124

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

Shades of Dark Salmon #EB9F7C

Tints of Dark Salmon #EB9F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 45.37%
G = 30.69%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB9F7C (or 0xEB9F7C) is known color: Dark Salmon. HEX triplet: EB, 9F and 7C. RGB value is (235,159,124). Sum of RGB (Red+Green+Blue) = 235+159+124=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9F7C is #146083. Grayscale: #B1B1B1. Windows color (decimal): -1335428 or 8167403. OLE color: 8167403.

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

Color convert

RGB 235 159 124 -
CMYK 0 0.32 0.47 0.08
HSL 18.92º 0.74% 0.7% -
HSV(B) 18.92º 0.47% 0.92% -
XYZ 50.3 43.91 24.89 -
YUV 177.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 235 159 124 0 0.32 0.47 0.08 18.92 0.74 0.7
Hex EB 9F 7C 0 20 2F 8 13 4A 46
Octal 353 237 174 0 40 57 10 23 112 106
Binary 11101011 10011111 1111100 0 100000 101111 1000 10011 1001010 1000110

Color Harmonies of #EB9F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9F7C

Black with #EB9F7C

Text Example


Text Example

White with #EB9F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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