Html Css Color HEX #EB977C Dark Salmon

📋 copy color: '#EB977C'

red 235 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #EB977C

Tints of Dark Salmon #EB977C

RGB

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

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

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

R = 46.08%
G = 29.61%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB977C (or 0xEB977C) is known color: Dark Salmon. HEX triplet: EB, 97 and 7C. RGB value is (235,151,124). Sum of RGB (Red+Green+Blue) = 235+151+124=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB977C is #146883. Grayscale: #ADADAD. Windows color (decimal): -1337476 or 8165355. OLE color: 8165355.

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

Color convert

RGB 235 151 124 -
CMYK 0 0.36 0.47 0.08
HSL 14.59º 0.74% 0.7% -
HSV(B) 14.59º 0.47% 0.92% -
XYZ 48.97 41.25 24.45 -
YUV 173.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 235 151 124 0 0.36 0.47 0.08 14.59 0.74 0.7
Hex EB 97 7C 0 24 2F 8 F 4A 46
Octal 353 227 174 0 44 57 10 17 112 106
Binary 11101011 10010111 1111100 0 100100 101111 1000 1111 1001010 1000110

Color Harmonies of #EB977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB977C

Black with #EB977C

Text Example


Text Example

White with #EB977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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