#EE907F

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

Shades of Dark Salmon #EE907F

Tints of Dark Salmon #EE907F

Color information

#EE907F (or 0xEE907F) is unknown color: approx Dark Salmon. HEX triplet: EE, 90 and 7F. RGB value is (238,144,127). Sum of RGB (Red+Green+Blue) = 238+144+127=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907F is #116F80. Grayscale: #AAAAAA. Windows color (decimal): -1142657 or 8360174. OLE color: 8360174.

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

Color convert

RGB238144127-
CMYK00.390.470.07
HSL9.19º76.55%71.57%-
HSV(B)9.19º46.64%93.33%-
XYZ49.0639.6625.15-
YUV170.17103.64176.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 127 (50% from 255) = 24.95%
R=46.76%
G=28.29%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814412700.390.470.079.1976.5571.57
HexEE907F0272F794d48
Octal35622017704757711115110
Binary111011101001000011111110100111101111111100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE907F; }

 p { color: rgb(238,144,127); }

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

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

 a { background-color: rgb(238,144,127); }

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

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

 span { border-color: rgb(238,144,127); }

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