#EE9E7E

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

Shades of Dark Salmon #EE9E7E

Tints of Dark Salmon #EE9E7E

Color information

#EE9E7E (or 0xEE9E7E) is unknown color: approx Dark Salmon. HEX triplet: EE, 9E and 7E. RGB value is (238,158,126). Sum of RGB (Red+Green+Blue) = 238+158+126=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9E7E is #116181. Grayscale: #B2B2B2. Windows color (decimal): -1139074 or 8298222. OLE color: 8298222.

HSL color Cylindrical-coordinate representation of color #EE9E7E: hue angle of 17.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE9E7E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238158126-
CMYK00.340.470.07
HSL17.14º76.71%71.37%-
HSV(B)17.14º47.06%93.33%-
XYZ51.2544.1425.56-
YUV178.2798.5170.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.59%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=45.59%
G=30.27%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815812600.340.470.0717.1476.7171.37
HexEE9E7E0222F7114d47
Octal35623617604257721115107
Binary1110111010011110111111001000101011111111000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9E7E; }

 p { color: rgb(238,158,126); }

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

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

 a { background-color: rgb(238,158,126); }

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

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

 span { border-color: rgb(238,158,126); }

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