Html Css Color HEX #E7976C Dark Salmon

📋 copy color: '#E7976C'

red 231 ◦ green 151 ◦ blue 108

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

Shades of Dark Salmon #E7976C

Tints of Dark Salmon #E7976C

RGB

 RED value IS 231 (90.63% from 255) = 47.14%

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 47.14%
G = 30.82%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7976C (or 0xE7976C) is known color: Dark Salmon. HEX triplet: E7, 97 and 6C. RGB value is (231,151,108). Sum of RGB (Red+Green+Blue) = 231+151+108=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7976C is #186893. Grayscale: #AAAAAA. Windows color (decimal): -1599636 or 7116775. OLE color: 7116775.

HSL color Cylindrical-coordinate representation of color #E7976C: hue angle of 20.98º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7976C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 151 108 -
CMYK 0 0.35 0.53 0.09
HSL 20.98º 0.72% 0.66% -
HSV(B) 20.98º 0.53% 0.91% -
XYZ 46.73 40.2 19.48 -
YUV 170.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 231 151 108 0 0.35 0.53 0.09 20.98 0.72 0.66
Hex E7 97 6C 0 23 35 9 15 48 42
Octal 347 227 154 0 43 65 11 25 110 102
Binary 11100111 10010111 1101100 0 100011 110101 1001 10101 1001000 1000010

Color Harmonies of #E7976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7976C

Black with #E7976C

Text Example


Text Example

White with #E7976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7976C; }

 p { color: rgb(231,151,108); }

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

background-color css

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

 a { background-color: rgb(231,151,108); }

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

border-color css

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

 span { border-color: rgb(231,151,108); }

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