#E9977E

Color #E9977E Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E9977E

Tints of Dark Salmon #E9977E

Color information

#E9977E (or 0xE9977E) is unknown color: approx Dark Salmon. HEX triplet: E9, 97 and 7E. RGB value is (233,151,126). Sum of RGB (Red+Green+Blue) = 233+151+126=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E9977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9977E is #166881. Grayscale: #ACACAC. Windows color (decimal): -1468546 or 8296425. OLE color: 8296425.

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

Color convert

RGB233151126-
CMYK00.350.460.09
HSL14.02º70.86%70.39%-
HSV(B)14.02º45.92%91.37%-
XYZ48.4440.9625.09-
YUV172.67101.67171.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 126 (49.61% from 255) = 24.71%
R=45.69%
G=29.61%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315112600.350.460.0914.0270.8670.39
HexE9977E0232E9e4746
Octal351227176043561116107106
Binary1110100110010111111111001000111011101001111010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9977E; }

 p { color: rgb(233,151,126); }

 H1.HeaderClassName
 {
   color: #E9977E;
 }
 .AnyTagClassName
 {
   color: #E9977E;
 }
</style>
background-color css

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

 a { background-color: rgb(233,151,126); }

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

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

 span { border-color: rgb(233,151,126); }

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