Html Css Color HEX #EB9C7B Dark Salmon

📋 copy color: '#EB9C7B'

red 235 ◦ green 156 ◦ blue 123

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

Shades of Dark Salmon #EB9C7B

Tints of Dark Salmon #EB9C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 45.72%
G = 30.35%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB9C7B (or 0xEB9C7B) is known color: Dark Salmon. HEX triplet: EB, 9C and 7B. RGB value is (235,156,123). Sum of RGB (Red+Green+Blue) = 235+156+123=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C7B is #146384. Grayscale: #B0B0B0. Windows color (decimal): -1336197 or 8101099. OLE color: 8101099.

HSL color Cylindrical-coordinate representation of color #EB9C7B: hue angle of 17.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB9C7B is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 123 -
CMYK 0 0.34 0.48 0.08
HSL 17.68º 0.74% 0.7% -
HSV(B) 17.68º 0.48% 0.92% -
XYZ 49.72 42.87 24.39 -
YUV 175.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 235 156 123 0 0.34 0.48 0.08 17.68 0.74 0.7
Hex EB 9C 7B 0 22 30 8 12 4A 46
Octal 353 234 173 0 42 60 10 22 112 106
Binary 11101011 10011100 1111011 0 100010 110000 1000 10010 1001010 1000110

Color Harmonies of #EB9C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C7B

Black with #EB9C7B

Text Example


Text Example

White with #EB9C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C7B; }

 p { color: rgb(235,156,123); }

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

background-color css

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

 a { background-color: rgb(235,156,123); }

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

border-color css

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

 span { border-color: rgb(235,156,123); }

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