Html Css Color HEX #E6976B Dark Salmon

📋 copy color: '#E6976B'

red 230 ◦ green 151 ◦ blue 107

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

Shades of Dark Salmon #E6976B

Tints of Dark Salmon #E6976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 47.13%
G = 30.94%
B = 21.93%

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

#E6976B (or 0xE6976B) is known color: Dark Salmon. HEX triplet: E6, 97 and 6B. RGB value is (230,151,107). Sum of RGB (Red+Green+Blue) = 230+151+107=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6976B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6976B is #196894. Grayscale: #A9A9A9. Windows color (decimal): -1665173 or 7051238. OLE color: 7051238.

HSL color Cylindrical-coordinate representation of color #E6976B: hue angle of 21.46º 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 #E6976B is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 107 -
CMYK 0 0.34 0.53 0.10
HSL 21.46º 0.71% 0.66% -
HSV(B) 21.46º 0.53% 0.9% -
XYZ 46.35 40.02 19.19 -
YUV 169.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 230 151 107 0 0.34 0.53 0.10 21.46 0.71 0.66
Hex E6 97 6B 0 22 35 A 15 47 42
Octal 346 227 153 0 42 65 12 25 107 102
Binary 11100110 10010111 1101011 0 100010 110101 1010 10101 1000111 1000010

Color Harmonies of #E6976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6976B

Black with #E6976B

Text Example


Text Example

White with #E6976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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