#E8976F

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

Shades of Dark Salmon #E8976F

Tints of Dark Salmon #E8976F

Color information

#E8976F (or 0xE8976F) is unknown color: approx Dark Salmon. HEX triplet: E8, 97 and 6F. RGB value is (232,151,111). Sum of RGB (Red+Green+Blue) = 232+151+111=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8976F is #176890. Grayscale: #AAAAAA. Windows color (decimal): -1534097 or 7313384. OLE color: 7313384.

HSL color Cylindrical-coordinate representation of color #E8976F: hue angle of 19.83º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8976F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB232151111-
CMYK00.350.520.09
HSL19.83º72.46%67.25%-
HSV(B)19.83º52.16%90.98%-
XYZ47.2140.4420.36-
YUV170.6694.34171.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.96%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=46.96%
G=30.57%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215111100.350.520.0919.8372.4667.25
HexE8976F023349144843
Octal350227157043641124110103
Binary11101000100101111101111010001111010010011010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8976F; }

 p { color: rgb(232,151,111); }

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

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

 a { background-color: rgb(232,151,111); }

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

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

 span { border-color: rgb(232,151,111); }

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