Html Css Color HEX #E6976C Dark Salmon

📋 copy color: '#E6976C'

red 230 ◦ green 151 ◦ blue 108

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

Shades of Dark Salmon #E6976C

Tints of Dark Salmon #E6976C

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

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

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

R = 47.03%
G = 30.88%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6976C (or 0xE6976C) is known color: Dark Salmon. HEX triplet: E6, 97 and 6C. RGB value is (230,151,108). Sum of RGB (Red+Green+Blue) = 230+151+108=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6976C is #196893. Grayscale: #A9A9A9. Windows color (decimal): -1665172 or 7116774. OLE color: 7116774.

HSL color Cylindrical-coordinate representation of color #E6976C: hue angle of 21.15º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6976C is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 108 -
CMYK 0 0.34 0.53 0.10
HSL 21.15º 0.71% 0.66% -
HSV(B) 21.15º 0.53% 0.9% -
XYZ 46.41 40.04 19.47 -
YUV 169.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 230 151 108 0 0.34 0.53 0.10 21.15 0.71 0.66
Hex E6 97 6C 0 22 35 A 15 47 42
Octal 346 227 154 0 42 65 12 25 107 102
Binary 11100110 10010111 1101100 0 100010 110101 1010 10101 1000111 1000010

Color Harmonies of #E6976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6976C

Black with #E6976C

Text Example


Text Example

White with #E6976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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