Html Css Color HEX #E6946C Dark Salmon

📋 copy color: '#E6946C'

red 230 ◦ green 148 ◦ blue 108

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

Shades of Dark Salmon #E6946C

Tints of Dark Salmon #E6946C

RGB

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

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

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

R = 47.33%
G = 30.45%
B = 22.22%

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

#E6946C (or 0xE6946C) is known color: Dark Salmon. HEX triplet: E6, 94 and 6C. RGB value is (230,148,108). Sum of RGB (Red+Green+Blue) = 230+148+108=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6946C is #196B93. Grayscale: #A8A8A8. Windows color (decimal): -1665940 or 7116006. OLE color: 7116006.

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

Color convert

RGB 230 148 108 -
CMYK 0 0.36 0.53 0.10
HSL 19.67º 0.71% 0.66% -
HSV(B) 19.67º 0.53% 0.9% -
XYZ 45.93 39.09 19.31 -
YUV 167.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 230 148 108 0 0.36 0.53 0.10 19.67 0.71 0.66
Hex E6 94 6C 0 24 35 A 14 47 42
Octal 346 224 154 0 44 65 12 24 107 102
Binary 11100110 10010100 1101100 0 100100 110101 1010 10100 1000111 1000010

Color Harmonies of #E6946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6946C

Black with #E6946C

Text Example


Text Example

White with #E6946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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