Html Css Color HEX #E7956B Dark Salmon

📋 copy color: '#E7956B'

red 231 ◦ green 149 ◦ blue 107

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

Shades of Dark Salmon #E7956B

Tints of Dark Salmon #E7956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

 BLUE value IS 107 (42.19% from 255) = 21.97%

R = 47.43%
G = 30.6%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7956B (or 0xE7956B) is known color: Dark Salmon. HEX triplet: E7, 95 and 6B. RGB value is (231,149,107). Sum of RGB (Red+Green+Blue) = 231+149+107=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7956B is #186A94. Grayscale: #A8A8A8. Windows color (decimal): -1600149 or 7050727. OLE color: 7050727.

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

Color convert

RGB 231 149 107 -
CMYK 0 0.35 0.54 0.09
HSL 20.32º 0.72% 0.66% -
HSV(B) 20.32º 0.54% 0.91% -
XYZ 46.36 39.55 19.1 -
YUV 168.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 231 149 107 0 0.35 0.54 0.09 20.32 0.72 0.66
Hex E7 95 6B 0 23 36 9 14 48 42
Octal 347 225 153 0 43 66 11 24 110 102
Binary 11100111 10010101 1101011 0 100011 110110 1001 10100 1001000 1000010

Color Harmonies of #E7956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7956B

Black with #E7956B

Text Example


Text Example

White with #E7956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7956B; }

 p { color: rgb(231,149,107); }

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

background-color css

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

 a { background-color: rgb(231,149,107); }

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

border-color css

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

 span { border-color: rgb(231,149,107); }

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