#EE9B80

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

Shades of Dark Salmon #EE9B80

Tints of Dark Salmon #EE9B80

Color information

#EE9B80 (or 0xEE9B80) is unknown color: approx Dark Salmon. HEX triplet: EE, 9B and 80. RGB value is (238,155,128). Sum of RGB (Red+Green+Blue) = 238+155+128=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9B80 is #11647F. Grayscale: #B0B0B0. Windows color (decimal): -1139840 or 8428526. OLE color: 8428526.

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

Color convert

RGB238155128-
CMYK00.350.460.07
HSL14.73º76.39%71.76%-
HSV(B)14.73º46.22%93.33%-
XYZ50.8843.1826.07-
YUV176.74100.5171.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=45.68%
G=29.75%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815512800.350.460.0714.7376.3971.76
HexEE9B800232E7f4c48
Octal35623320004356717114110
Binary1110111010011011100000000100011101110111111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9B80; }

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

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

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

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

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

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

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

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