#EE9775

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

Shades of Dark Salmon #EE9775

Tints of Dark Salmon #EE9775

Color information

#EE9775 (or 0xEE9775) is unknown color: approx Dark Salmon. HEX triplet: EE, 97 and 75. RGB value is (238,151,117). Sum of RGB (Red+Green+Blue) = 238+151+117=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9775 is #11688A. Grayscale: #ADADAD. Windows color (decimal): -1140875 or 7706606. OLE color: 7706606.

HSL color Cylindrical-coordinate representation of color #EE9775: hue angle of 16.86º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE9775 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB238151117-
CMYK00.370.510.07
HSL16.86º78.06%69.61%-
HSV(B)16.86º50.84%93.33%-
XYZ49.5441.5922.25-
YUV173.1496.32174.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.04%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=47.04%
G=29.84%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815111700.370.510.0716.8678.0669.61
HexEE9775025337114e46
Octal35622716504563721116106
Binary1110111010010111111010101001011100111111000110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9775; }

 p { color: rgb(238,151,117); }

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

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

 a { background-color: rgb(238,151,117); }

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

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

 span { border-color: rgb(238,151,117); }

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