Html Css Color HEX #E7996C Dark Salmon

📋 copy color: '#E7996C'

red 231 ◦ green 153 ◦ blue 108

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

Shades of Dark Salmon #E7996C

Tints of Dark Salmon #E7996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 46.95%
G = 31.1%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7996C (or 0xE7996C) is known color: Dark Salmon. HEX triplet: E7, 99 and 6C. RGB value is (231,153,108). Sum of RGB (Red+Green+Blue) = 231+153+108=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7996C is #186693. Grayscale: #ABABAB. Windows color (decimal): -1599124 or 7117287. OLE color: 7117287.

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

Color convert

RGB 231 153 108 -
CMYK 0 0.34 0.53 0.09
HSL 21.95º 0.72% 0.66% -
HSV(B) 21.95º 0.53% 0.91% -
XYZ 47.05 40.85 19.59 -
YUV 171.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 231 153 108 0 0.34 0.53 0.09 21.95 0.72 0.66
Hex E7 99 6C 0 22 35 9 16 48 42
Octal 347 231 154 0 42 65 11 26 110 102
Binary 11100111 10011001 1101100 0 100010 110101 1001 10110 1001000 1000010

Color Harmonies of #E7996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7996C

Black with #E7996C

Text Example


Text Example

White with #E7996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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