#E99474

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

Shades of Dark Salmon #E99474

Tints of Dark Salmon #E99474

Color information

#E99474 (or 0xE99474) is unknown color: approx Dark Salmon. HEX triplet: E9, 94 and 74. RGB value is (233,148,116). Sum of RGB (Red+Green+Blue) = 233+148+116=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99474 is #166B8B. Grayscale: #A9A9A9. Windows color (decimal): -1469324 or 7640297. OLE color: 7640297.

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

Color convert

RGB233148116-
CMYK00.360.500.09
HSL16.41º72.67%68.43%-
HSV(B)16.41º50.21%91.37%-
XYZ47.3539.7621.7-
YUV169.7797.66173.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.88%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=46.88%
G=29.78%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314811600.360.500.0916.4172.6768.43
HexE99474024329104944
Octal351224164044621120111104
Binary11101001100101001110100010010011001010011000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99474; }

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

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

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

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

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

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

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

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