#E99979

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

Shades of Dark Salmon #E99979

Tints of Dark Salmon #E99979

Color information

#E99979 (or 0xE99979) is unknown color: approx Dark Salmon. HEX triplet: E9, 99 and 79. RGB value is (233,153,121). Sum of RGB (Red+Green+Blue) = 233+153+121=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E99979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99979 is #166686. Grayscale: #ADADAD. Windows color (decimal): -1468039 or 7969257. OLE color: 7969257.

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

Color convert

RGB233153121-
CMYK00.340.480.09
HSL17.14º71.79%69.41%-
HSV(B)17.14º48.07%91.37%-
XYZ48.4541.4923.54-
YUV173.2798.5170.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=45.96%
G=30.18%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315312100.340.480.0917.1471.7969.41
HexE99979022309114845
Octal351231171042601121110105
Binary11101001100110011111001010001011000010011000110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99979; }

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

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

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

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

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

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

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

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