#EE9F7B

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

Shades of Dark Salmon #EE9F7B

Tints of Dark Salmon #EE9F7B

Color information

#EE9F7B (or 0xEE9F7B) is unknown color: approx Dark Salmon. HEX triplet: EE, 9F and 7B. RGB value is (238,159,123). Sum of RGB (Red+Green+Blue) = 238+159+123=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9F7B is #116084. Grayscale: #B2B2B2. Windows color (decimal): -1138821 or 8101870. OLE color: 8101870.

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

Color convert

RGB238159123-
CMYK00.330.480.07
HSL18.78º77.18%70.78%-
HSV(B)18.78º48.32%93.33%-
XYZ51.2344.424.61-
YUV178.5296.67170.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 123 (48.44% from 255) = 23.65%
R=45.77%
G=30.58%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815912300.330.480.0718.7877.1870.78
HexEE9F7B021307134d47
Octal35623717304160723115107
Binary1110111010011111111101101000011100001111001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9F7B; }

 p { color: rgb(238,159,123); }

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

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

 a { background-color: rgb(238,159,123); }

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

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

 span { border-color: rgb(238,159,123); }

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