#EE8E7F

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

Shades of Dark Salmon #EE8E7F

Tints of Dark Salmon #EE8E7F

Color information

#EE8E7F (or 0xEE8E7F) is unknown color: approx Dark Salmon. HEX triplet: EE, 8E and 7F. RGB value is (238,142,127). Sum of RGB (Red+Green+Blue) = 238+142+127=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8E7F is #117180. Grayscale: #A9A9A9. Windows color (decimal): -1143169 or 8359662. OLE color: 8359662.

HSL color Cylindrical-coordinate representation of color #EE8E7F: hue angle of 8.11º 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 #EE8E7F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238142127-
CMYK00.400.470.07
HSL8.11º76.55%71.57%-
HSV(B)8.11º46.64%93.33%-
XYZ48.7639.0625.05-
YUV168.99104.3177.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 127 (50% from 255) = 25.05%
R=46.94%
G=28.01%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814212700.400.470.078.1176.5571.57
HexEE8E7F0282F784d48
Octal35621617705057710115110
Binary111011101000111011111110101000101111111100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8E7F; }

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

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

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

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

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

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

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

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