#EE9169

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

Shades of Dark Salmon #EE9169

Tints of Dark Salmon #EE9169

Color information

#EE9169 (or 0xEE9169) is unknown color: approx Dark Salmon. HEX triplet: EE, 91 and 69. RGB value is (238,145,105). Sum of RGB (Red+Green+Blue) = 238+145+105=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9169 is #116E96. Grayscale: #A8A8A8. Windows color (decimal): -1142423 or 6918638. OLE color: 6918638.

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

Color convert

RGB238145105-
CMYK00.390.560.07
HSL18.05º79.64%67.25%-
HSV(B)18.05º55.88%93.33%-
XYZ47.9439.4518.45-
YUV168.2592.31177.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.77%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=48.77%
G=29.71%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814510500.390.560.0718.0579.6467.25
HexEE9169027387125043
Octal35622115104770722120103
Binary1110111010010001110100101001111110001111001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9169; }

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

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

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

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

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

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

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

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