#EE8D7C

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

Shades of Dark Salmon #EE8D7C

Tints of Dark Salmon #EE8D7C

Color information

#EE8D7C (or 0xEE8D7C) is unknown color: approx Dark Salmon. HEX triplet: EE, 8D and 7C. RGB value is (238,141,124). Sum of RGB (Red+Green+Blue) = 238+141+124=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D7C is #117283. Grayscale: #A8A8A8. Windows color (decimal): -1143428 or 8162798. OLE color: 8162798.

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

Color convert

RGB238141124-
CMYK00.410.480.07
HSL8.95º77.03%70.98%-
HSV(B)8.95º47.9%93.33%-
XYZ48.4238.6823.98-
YUV168.06103.14177.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=47.32%
G=28.03%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814112400.410.480.078.9577.0370.98
HexEE8D7C02930794d47
Octal35621517405160711115107
Binary111011101000110111111000101001110000111100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D7C; }

 p { color: rgb(238,141,124); }

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

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

 a { background-color: rgb(238,141,124); }

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

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

 span { border-color: rgb(238,141,124); }

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