#EE8F80

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

Shades of Dark Salmon #EE8F80

Tints of Dark Salmon #EE8F80

Color information

#EE8F80 (or 0xEE8F80) is unknown color: approx Dark Salmon. HEX triplet: EE, 8F and 80. RGB value is (238,143,128). Sum of RGB (Red+Green+Blue) = 238+143+128=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8F80 is #11707F. Grayscale: #A9A9A9. Windows color (decimal): -1142912 or 8425454. OLE color: 8425454.

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

Color convert

RGB238143128-
CMYK00.400.460.07
HSL8.18º76.39%71.76%-
HSV(B)8.18º46.22%93.33%-
XYZ48.9839.3825.44-
YUV169.7104.47176.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=46.76%
G=28.09%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814312800.400.460.078.1876.3971.76
HexEE8F800282E784c48
Octal35621720005056710114110
Binary1110111010001111100000000101000101110111100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8F80; }

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

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

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

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

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

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

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

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