#EE8C7E

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

Shades of Dark Salmon #EE8C7E

Tints of Dark Salmon #EE8C7E

Color information

#EE8C7E (or 0xEE8C7E) is unknown color: approx Dark Salmon. HEX triplet: EE, 8C and 7E. RGB value is (238,140,126). Sum of RGB (Red+Green+Blue) = 238+140+126=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C7E is #117381. Grayscale: #A7A7A7. Windows color (decimal): -1143682 or 8293614. OLE color: 8293614.

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

Color convert

RGB238140126-
CMYK00.410.470.07
HSL7.5º76.71%71.37%-
HSV(B)7.5º47.06%93.33%-
XYZ48.438.4424.61-
YUV167.71104.47178.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 126 (49.61% from 255) = 25%
R=47.22%
G=27.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814012600.410.470.077.576.7171.37
HexEE8C7E0292F784d47
Octal35621417605157710115107
Binary111011101000110011111100101001101111111100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8C7E; }

 p { color: rgb(238,140,126); }

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

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

 a { background-color: rgb(238,140,126); }

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

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

 span { border-color: rgb(238,140,126); }

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