#EE9180

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

Shades of Dark Salmon #EE9180

Tints of Dark Salmon #EE9180

Color information

#EE9180 (or 0xEE9180) is unknown color: approx Dark Salmon. HEX triplet: EE, 91 and 80. RGB value is (238,145,128). Sum of RGB (Red+Green+Blue) = 238+145+128=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9180 is #116E7F. Grayscale: #ABABAB. Windows color (decimal): -1142400 or 8425966. OLE color: 8425966.

HSL color Cylindrical-coordinate representation of color #EE9180: hue angle of 9.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE9180 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238145128-
CMYK00.390.460.07
HSL9.27º76.39%71.76%-
HSV(B)9.27º46.22%93.33%-
XYZ49.2839.9925.54-
YUV170.87103.81175.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.58%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=46.58%
G=28.38%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814512800.390.460.079.2776.3971.76
HexEE91800272E794c48
Octal35622120004756711114110
Binary1110111010010001100000000100111101110111100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9180; }

 p { color: rgb(238,145,128); }

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

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

 a { background-color: rgb(238,145,128); }

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

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

 span { border-color: rgb(238,145,128); }

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