#E09076

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

Shades of Dark Salmon #E09076

Tints of Dark Salmon #E09076

Color information

#E09076 (or 0xE09076) is unknown color: approx Dark Salmon. HEX triplet: E0, 90 and 76. RGB value is (224,144,118). Sum of RGB (Red+Green+Blue) = 224+144+118=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E09076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09076 is #1F6F89. Grayscale: #A5A5A5. Windows color (decimal): -2060170 or 7770336. OLE color: 7770336.

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

Color convert

RGB224144118-
CMYK00.360.470.12
HSL14.72º63.1%67.06%-
HSV(B)14.72º47.32%87.84%-
XYZ43.9837.121.98-
YUV164.96101.5170.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=46.09%
G=29.63%
B=24.28%

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
Decimal22414411800.360.470.1214.7263.167.06
HexE090760242FCf3f43
Octal34022016604457141777103
Binary111000001001000011101100100100101111110011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09076; }

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

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

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

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

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

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

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

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