Html Css Color HEX #E6946D Dark Salmon

📋 copy color: '#E6946D'

red 230 ◦ green 148 ◦ blue 109

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

Shades of Dark Salmon #E6946D

Tints of Dark Salmon #E6946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

 BLUE value IS 109 (42.97% from 255) = 22.38%

R = 47.23%
G = 30.39%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6946D (or 0xE6946D) is known color: Dark Salmon. HEX triplet: E6, 94 and 6D. RGB value is (230,148,109). Sum of RGB (Red+Green+Blue) = 230+148+109=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6946D is #196B92. Grayscale: #A8A8A8. Windows color (decimal): -1665939 or 7181542. OLE color: 7181542.

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

Color convert

RGB 230 148 109 -
CMYK 0 0.36 0.53 0.10
HSL 19.34º 0.71% 0.66% -
HSV(B) 19.34º 0.53% 0.9% -
XYZ 45.98 39.11 19.59 -
YUV 168.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 230 148 109 0 0.36 0.53 0.10 19.34 0.71 0.66
Hex E6 94 6D 0 24 35 A 13 47 42
Octal 346 224 155 0 44 65 12 23 107 102
Binary 11100110 10010100 1101101 0 100100 110101 1010 10011 1000111 1000010

Color Harmonies of #E6946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6946D

Black with #E6946D

Text Example


Text Example

White with #E6946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6946D; }

 p { color: rgb(230,148,109); }

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

background-color css

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

 a { background-color: rgb(230,148,109); }

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

border-color css

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

 span { border-color: rgb(230,148,109); }

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