#EE8D6A

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

Shades of Dark Salmon #EE8D6A

Tints of Dark Salmon #EE8D6A

Color information

#EE8D6A (or 0xEE8D6A) is unknown color: approx Dark Salmon. HEX triplet: EE, 8D and 6A. RGB value is (238,141,106). Sum of RGB (Red+Green+Blue) = 238+141+106=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D6A is #117295. Grayscale: #A6A6A6. Windows color (decimal): -1143446 or 6983150. OLE color: 6983150.

HSL color Cylindrical-coordinate representation of color #EE8D6A: hue angle of 15.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE8D6A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238141106-
CMYK00.410.550.07
HSL15.91º79.52%67.45%-
HSV(B)15.91º55.46%93.33%-
XYZ47.3938.2718.52-
YUV166.0194.14179.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.07%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=49.07%
G=29.07%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814110600.410.550.0715.9179.5267.45
HexEE8D6A029377105043
Octal35621515205167720120103
Binary1110111010001101110101001010011101111111000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D6A; }

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

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

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

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

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

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

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

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