Html Css Color HEX #E7966C Dark Salmon

📋 copy color: '#E7966C'

red 231 ◦ green 150 ◦ blue 108

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

Shades of Dark Salmon #E7966C

Tints of Dark Salmon #E7966C

RGB

 RED value IS 231 (90.63% from 255) = 47.24%

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

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

R = 47.24%
G = 30.67%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7966C (or 0xE7966C) is known color: Dark Salmon. HEX triplet: E7, 96 and 6C. RGB value is (231,150,108). Sum of RGB (Red+Green+Blue) = 231+150+108=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7966C is #186993. Grayscale: #A9A9A9. Windows color (decimal): -1599892 or 7116519. OLE color: 7116519.

HSL color Cylindrical-coordinate representation of color #E7966C: hue angle of 20.49º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7966C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 108 -
CMYK 0 0.35 0.53 0.09
HSL 20.49º 0.72% 0.66% -
HSV(B) 20.49º 0.53% 0.91% -
XYZ 46.57 39.88 19.43 -
YUV 169.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 231 150 108 0 0.35 0.53 0.09 20.49 0.72 0.66
Hex E7 96 6C 0 23 35 9 14 48 42
Octal 347 226 154 0 43 65 11 24 110 102
Binary 11100111 10010110 1101100 0 100011 110101 1001 10100 1001000 1000010

Color Harmonies of #E7966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7966C

Black with #E7966C

Text Example


Text Example

White with #E7966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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