Html Css Color HEX #E3946E Dark Salmon

📋 copy color: '#E3946E'

red 227 ◦ green 148 ◦ blue 110

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

Shades of Dark Salmon #E3946E

Tints of Dark Salmon #E3946E

RGB

 RED value IS 227 (89.06% from 255) = 46.8%

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

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 46.8%
G = 30.52%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E3946E (or 0xE3946E) is known color: Dark Salmon. HEX triplet: E3, 94 and 6E. RGB value is (227,148,110). Sum of RGB (Red+Green+Blue) = 227+148+110=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E3946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3946E is #1C6B91. Grayscale: #A7A7A7. Windows color (decimal): -1862546 or 7247075. OLE color: 7247075.

HSL color Cylindrical-coordinate representation of color #E3946E: hue angle of 19.49º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3946E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 148 110 -
CMYK 0 0.35 0.52 0.11
HSL 19.49º 0.68% 0.66% -
HSV(B) 19.49º 0.52% 0.89% -
XYZ 45.08 38.64 19.83 -
YUV 167.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 227 148 110 0 0.35 0.52 0.11 19.49 0.68 0.66
Hex E3 94 6E 0 23 34 B 13 44 42
Octal 343 224 156 0 43 64 13 23 104 102
Binary 11100011 10010100 1101110 0 100011 110100 1011 10011 1000100 1000010

Color Harmonies of #E3946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3946E

Black with #E3946E

Text Example


Text Example

White with #E3946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3946E; }

 p { color: rgb(227,148,110); }

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

background-color css

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

 a { background-color: rgb(227,148,110); }

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

border-color css

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

 span { border-color: rgb(227,148,110); }

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