Html Css Color HEX #EB9E7D Dark Salmon

📋 copy color: '#EB9E7D'

red 235 ◦ green 158 ◦ blue 125

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

Shades of Dark Salmon #EB9E7D

Tints of Dark Salmon #EB9E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

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

R = 45.37%
G = 30.5%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB9E7D (or 0xEB9E7D) is known color: Dark Salmon. HEX triplet: EB, 9E and 7D. RGB value is (235,158,125). Sum of RGB (Red+Green+Blue) = 235+158+125=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E7D is #146182. Grayscale: #B1B1B1. Windows color (decimal): -1335683 or 8232683. OLE color: 8232683.

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

Color convert

RGB 235 158 125 -
CMYK 0 0.33 0.47 0.08
HSL 18º 0.73% 0.71% -
HSV(B) 18º 0.47% 0.92% -
XYZ 50.19 43.6 25.17 -
YUV 177.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 235 158 125 0 0.33 0.47 0.08 18 0.73 0.71
Hex EB 9E 7D 0 21 2F 8 12 49 47
Octal 353 236 175 0 41 57 10 22 111 107
Binary 11101011 10011110 1111101 0 100001 101111 1000 10010 1001001 1000111

Color Harmonies of #EB9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E7D

Black with #EB9E7D

Text Example


Text Example

White with #EB9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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