#E08F76

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

Shades of Dark Salmon #E08F76

Tints of Dark Salmon #E08F76

Color information

#E08F76 (or 0xE08F76) is unknown color: approx Dark Salmon. HEX triplet: E0, 8F and 76. RGB value is (224,143,118). Sum of RGB (Red+Green+Blue) = 224+143+118=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F76 is #1F7089. Grayscale: #A4A4A4. Windows color (decimal): -2060426 or 7770080. OLE color: 7770080.

HSL color Cylindrical-coordinate representation of color #E08F76: hue angle of 14.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E08F76 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224143118-
CMYK00.360.470.12
HSL14.15º63.1%67.06%-
HSV(B)14.15º47.32%87.84%-
XYZ43.8336.821.93-
YUV164.37101.84170.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=46.19%
G=29.48%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414311800.360.470.1214.1563.167.06
HexE08F760242FCe3f43
Octal34021716604457141677103
Binary111000001000111111101100100100101111110011101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F76; }

 p { color: rgb(224,143,118); }

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

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

 a { background-color: rgb(224,143,118); }

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

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

 span { border-color: rgb(224,143,118); }

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