#E99E7D

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

Shades of Dark Salmon #E99E7D

Tints of Dark Salmon #E99E7D

Color information

#E99E7D (or 0xE99E7D) is unknown color: approx Dark Salmon. HEX triplet: E9, 9E and 7D. RGB value is (233,158,125). Sum of RGB (Red+Green+Blue) = 233+158+125=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99E7D is #166182. Grayscale: #B0B0B0. Windows color (decimal): -1466755 or 8232681. OLE color: 8232681.

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

Color convert

RGB233158125-
CMYK00.320.460.09
HSL18.33º71.05%70.2%-
HSV(B)18.33º46.35%91.37%-
XYZ49.5343.2625.14-
YUV176.6698.85168.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.16%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=45.16%
G=30.62%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315812500.320.460.0918.3371.0570.2
HexE99E7D0202E9124746
Octal351236175040561122107106
Binary11101001100111101111101010000010111010011001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99E7D; }

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

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

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

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

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

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

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

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