#E99D7D

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

Shades of Dark Salmon #E99D7D

Tints of Dark Salmon #E99D7D

Color information

#E99D7D (or 0xE99D7D) is unknown color: approx Dark Salmon. HEX triplet: E9, 9D and 7D. RGB value is (233,157,125). Sum of RGB (Red+Green+Blue) = 233+157+125=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D7D is #166282. Grayscale: #B0B0B0. Windows color (decimal): -1467011 or 8232425. OLE color: 8232425.

HSL color Cylindrical-coordinate representation of color #E99D7D: hue angle of 17.78º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E99D7D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB233157125-
CMYK00.330.460.09
HSL17.78º71.05%70.2%-
HSV(B)17.78º46.35%91.37%-
XYZ49.3642.9225.08-
YUV176.0899.18168.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=45.24%
G=30.49%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315712500.330.460.0917.7871.0570.2
HexE99D7D0212E9124746
Octal351235175041561122107106
Binary11101001100111011111101010000110111010011001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D7D; }

 p { color: rgb(233,157,125); }

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

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

 a { background-color: rgb(233,157,125); }

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

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

 span { border-color: rgb(233,157,125); }

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