Html Css Color HEX #E5966C Dark Salmon

📋 copy color: '#E5966C'

red 229 ◦ green 150 ◦ blue 108

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

Shades of Dark Salmon #E5966C

Tints of Dark Salmon #E5966C

RGB

 RED value IS 229 (89.84% from 255) = 47.02%

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

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

R = 47.02%
G = 30.8%
B = 22.18%

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

#E5966C (or 0xE5966C) is known color: Dark Salmon. HEX triplet: E5, 96 and 6C. RGB value is (229,150,108). Sum of RGB (Red+Green+Blue) = 229+150+108=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5966C is #1A6993. Grayscale: #A9A9A9. Windows color (decimal): -1730964 or 7116517. OLE color: 7116517.

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

Color convert

RGB 229 150 108 -
CMYK 0 0.34 0.53 0.10
HSL 20.83º 0.7% 0.66% -
HSV(B) 20.83º 0.53% 0.9% -
XYZ 45.93 39.55 19.4 -
YUV 168.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 229 150 108 0 0.34 0.53 0.10 20.83 0.7 0.66
Hex E5 96 6C 0 22 35 A 15 46 42
Octal 345 226 154 0 42 65 12 25 106 102
Binary 11100101 10010110 1101100 0 100010 110101 1010 10101 1000110 1000010

Color Harmonies of #E5966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5966C

Black with #E5966C

Text Example


Text Example

White with #E5966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5966C; }

 p { color: rgb(229,150,108); }

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

background-color css

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

 a { background-color: rgb(229,150,108); }

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

border-color css

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

 span { border-color: rgb(229,150,108); }

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