Html Css Color HEX #EB937D Dark Salmon

📋 copy color: '#EB937D'

red 235 ◦ green 147 ◦ blue 125

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

Shades of Dark Salmon #EB937D

Tints of Dark Salmon #EB937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 46.35%
G = 28.99%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB937D (or 0xEB937D) is known color: Dark Salmon. HEX triplet: EB, 93 and 7D. RGB value is (235,147,125). Sum of RGB (Red+Green+Blue) = 235+147+125=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB937D is #146C82. Grayscale: #AAAAAA. Windows color (decimal): -1338499 or 8229867. OLE color: 8229867.

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

Color convert

RGB 235 147 125 -
CMYK 0 0.37 0.47 0.08
HSL 12º 0.73% 0.71% -
HSV(B) 12º 0.47% 0.92% -
XYZ 48.4 40.01 24.57 -
YUV 170.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 235 147 125 0 0.37 0.47 0.08 12 0.73 0.71
Hex EB 93 7D 0 25 2F 8 C 49 47
Octal 353 223 175 0 45 57 10 14 111 107
Binary 11101011 10010011 1111101 0 100101 101111 1000 1100 1001001 1000111

Color Harmonies of #EB937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB937D

Black with #EB937D

Text Example


Text Example

White with #EB937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB937D; }

 p { color: rgb(235,147,125); }

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

background-color css

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

 a { background-color: rgb(235,147,125); }

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

border-color css

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

 span { border-color: rgb(235,147,125); }

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