#ee9b7a

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

Shades of Dark Salmon #EE9B7A

Tints of Dark Salmon #EE9B7A

Color information

#EE9B7A (or 0xEE9B7A) is unknown color: approx Dark Salmon. HEX triplet: EE, 9B and 7A. RGB value is (238,155,122). Sum of RGB (Red+Green+Blue) = 238+155+122=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9B7A is #116485. Grayscale: #B0B0B0. Windows color (decimal): -1139846 or 8035310. OLE color: 8035310.

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

Color convert

RGB238155122-
CMYK00.350.490.07
HSL17.07º77.33%70.59%-
HSV(B)17.07º48.74%93.33%-
XYZ50.4943.0224.06-
YUV176.0697.5172.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=46.21%
G=30.10%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815512200.350.490.0717.0777.3370.59
HexEE9B7A023317114d47
Octal35623317204361721115107
Binary1110111010011011111101001000111100011111000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee9b7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee9b7a; }

 p { color: rgb(238,155,122); }

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

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

 a { background-color: rgb(238,155,122); }

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

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

 span { border-color: rgb(238,155,122); }

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