#E98E74

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

Shades of Dark Salmon #E98E74

Tints of Dark Salmon #E98E74

Color information

#E98E74 (or 0xE98E74) is unknown color: approx Dark Salmon. HEX triplet: E9, 8E and 74. RGB value is (233,142,116). Sum of RGB (Red+Green+Blue) = 233+142+116=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E74 is #16718B. Grayscale: #A6A6A6. Windows color (decimal): -1470860 or 7638761. OLE color: 7638761.

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

Color convert

RGB233142116-
CMYK00.390.500.09
HSL13.33º72.67%68.43%-
HSV(B)13.33º50.21%91.37%-
XYZ46.4337.9321.4-
YUV166.2499.65175.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=47.45%
G=28.92%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314211600.390.500.0913.3372.6768.43
HexE98E74027329d4944
Octal351216164047621115111104
Binary1110100110001110111010001001111100101001110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E74; }

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

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

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

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

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

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

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

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