Html Css Color HEX #E3967C Dark Salmon

📋 copy color: '#E3967C'

red 227 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #E3967C

Tints of Dark Salmon #E3967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 124 (48.83% from 255) = 24.75%

R = 45.31%
G = 29.94%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3967C (or 0xE3967C) is known color: Dark Salmon. HEX triplet: E3, 96 and 7C. RGB value is (227,150,124). Sum of RGB (Red+Green+Blue) = 227+150+124=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E3967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3967C is #1C6983. Grayscale: #AAAAAA. Windows color (decimal): -1862020 or 8165091. OLE color: 8165091.

HSL color Cylindrical-coordinate representation of color #E3967C: hue angle of 15.15º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E3967C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 150 124 -
CMYK 0 0.34 0.45 0.11
HSL 15.15º 0.65% 0.69% -
HSV(B) 15.15º 0.45% 0.89% -
XYZ 46.22 39.6 24.28 -
YUV 170.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 227 150 124 0 0.34 0.45 0.11 15.15 0.65 0.69
Hex E3 96 7C 0 22 2D B F 41 45
Octal 343 226 174 0 42 55 13 17 101 105
Binary 11100011 10010110 1111100 0 100010 101101 1011 1111 1000001 1000101

Color Harmonies of #E3967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3967C

Black with #E3967C

Text Example


Text Example

White with #E3967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3967C; }

 p { color: rgb(227,150,124); }

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

background-color css

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

 a { background-color: rgb(227,150,124); }

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

border-color css

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

 span { border-color: rgb(227,150,124); }

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