#EE916F

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

Shades of Dark Salmon #EE916F

Tints of Dark Salmon #EE916F

Color information

#EE916F (or 0xEE916F) is unknown color: approx Dark Salmon. HEX triplet: EE, 91 and 6F. RGB value is (238,145,111). Sum of RGB (Red+Green+Blue) = 238+145+111=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE916F is #116E90. Grayscale: #A9A9A9. Windows color (decimal): -1142417 or 7311854. OLE color: 7311854.

HSL color Cylindrical-coordinate representation of color #EE916F: hue angle of 16.06º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE916F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238145111-
CMYK00.390.530.07
HSL16.06º78.88%68.43%-
HSV(B)16.06º53.36%93.33%-
XYZ48.2539.5820.13-
YUV168.9395.31177.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.18%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=48.18%
G=29.35%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814511100.390.530.0716.0678.8868.43
HexEE916F027357104f44
Octal35622115704765720117104
Binary1110111010010001110111101001111101011111000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE916F; }

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

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

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

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

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

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

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

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