#E98C74

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

Shades of Dark Salmon #E98C74

Tints of Dark Salmon #E98C74

Color information

#E98C74 (or 0xE98C74) is unknown color: approx Dark Salmon. HEX triplet: E9, 8C and 74. RGB value is (233,140,116). Sum of RGB (Red+Green+Blue) = 233+140+116=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C74 is #16738B. Grayscale: #A5A5A5. Windows color (decimal): -1471372 or 7638249. OLE color: 7638249.

HSL color Cylindrical-coordinate representation of color #E98C74: hue angle of 12.31º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98C74 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233140116-
CMYK00.400.500.09
HSL12.31º72.67%68.43%-
HSV(B)12.31º50.21%91.37%-
XYZ46.1337.3421.3-
YUV165.07100.31176.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.65%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=47.65%
G=28.63%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314011600.400.500.0912.3172.6768.43
HexE98C74028329c4944
Octal351214164050621114111104
Binary1110100110001100111010001010001100101001110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98C74; }

 p { color: rgb(233,140,116); }

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

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

 a { background-color: rgb(233,140,116); }

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

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

 span { border-color: rgb(233,140,116); }

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