Html Css Color HEX #EB9781 Dark Salmon

📋 copy color: '#EB9781'

red 235 ◦ green 151 ◦ blue 129

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

Shades of Dark Salmon #EB9781

Tints of Dark Salmon #EB9781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.32%

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 45.63%
G = 29.32%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB9781 (or 0xEB9781) is known color: Dark Salmon. HEX triplet: EB, 97 and 81. RGB value is (235,151,129). Sum of RGB (Red+Green+Blue) = 235+151+129=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9781 is #14687E. Grayscale: #ADADAD. Windows color (decimal): -1337471 or 8493035. OLE color: 8493035.

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

Color convert

RGB 235 151 129 -
CMYK 0 0.36 0.45 0.08
HSL 12.45º 0.73% 0.71% -
HSV(B) 12.45º 0.45% 0.92% -
XYZ 49.29 41.38 26.16 -
YUV 173.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 235 151 129 0 0.36 0.45 0.08 12.45 0.73 0.71
Hex EB 97 81 0 24 2D 8 C 49 47
Octal 353 227 201 0 44 55 10 14 111 107
Binary 11101011 10010111 10000001 0 100100 101101 1000 1100 1001001 1000111

Color Harmonies of #EB9781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9781

Black with #EB9781

Text Example


Text Example

White with #EB9781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9781; }

 p { color: rgb(235,151,129); }

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

background-color css

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

 a { background-color: rgb(235,151,129); }

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

border-color css

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

 span { border-color: rgb(235,151,129); }

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