#E99079

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

Shades of Dark Salmon #E99079

Tints of Dark Salmon #E99079

Color information

#E99079 (or 0xE99079) is unknown color: approx Dark Salmon. HEX triplet: E9, 90 and 79. RGB value is (233,144,121). Sum of RGB (Red+Green+Blue) = 233+144+121=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E99079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99079 is #166F86. Grayscale: #A8A8A8. Windows color (decimal): -1470343 or 7966953. OLE color: 7966953.

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

Color convert

RGB233144121-
CMYK00.380.480.09
HSL12.32º71.79%69.41%-
HSV(B)12.32º48.07%91.37%-
XYZ47.0338.6523.07-
YUV167.99101.49174.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.79%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=46.79%
G=28.92%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314412100.380.480.0912.3271.7969.41
HexE99079026309c4845
Octal351220171046601114110105
Binary1110100110010000111100101001101100001001110010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99079; }

 p { color: rgb(233,144,121); }

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

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

 a { background-color: rgb(233,144,121); }

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

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

 span { border-color: rgb(233,144,121); }

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