#EE907D

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

Shades of Dark Salmon #EE907D

Tints of Dark Salmon #EE907D

Color information

#EE907D (or 0xEE907D) is unknown color: approx Dark Salmon. HEX triplet: EE, 90 and 7D. RGB value is (238,144,125). Sum of RGB (Red+Green+Blue) = 238+144+125=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907D is #116F82. Grayscale: #AAAAAA. Windows color (decimal): -1142659 or 8229102. OLE color: 8229102.

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

Color convert

RGB238144125-
CMYK00.390.470.07
HSL10.09º76.87%71.18%-
HSV(B)10.09º47.48%93.33%-
XYZ48.9339.624.47-
YUV169.94102.64176.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=46.94%
G=28.40%
B=24.65%

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
Decimal23814412500.390.470.0710.0976.8771.18
HexEE907D0272F7a4d47
Octal35622017504757712115107
Binary111011101001000011111010100111101111111101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE907D; }

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

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

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

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

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

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

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

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