#EE8D69

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

Shades of Dark Salmon #EE8D69

Tints of Dark Salmon #EE8D69

Color information

#EE8D69 (or 0xEE8D69) is unknown color: approx Dark Salmon. HEX triplet: EE, 8D and 69. RGB value is (238,141,105). Sum of RGB (Red+Green+Blue) = 238+141+105=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D69 is #117296. Grayscale: #A6A6A6. Windows color (decimal): -1143447 or 6917614. OLE color: 6917614.

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

Color convert

RGB238141105-
CMYK00.410.560.07
HSL16.24º79.64%67.25%-
HSV(B)16.24º55.88%93.33%-
XYZ47.3338.2518.25-
YUV165.993.64179.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.17%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=49.17%
G=29.13%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814110500.410.560.0716.2479.6467.25
HexEE8D69029387105043
Octal35621515105170720120103
Binary1110111010001101110100101010011110001111000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D69; }

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

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

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

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

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

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

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

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