#E09C7A

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

Shades of Dark Salmon #E09C7A

Tints of Dark Salmon #E09C7A

Color information

#E09C7A (or 0xE09C7A) is unknown color: approx Dark Salmon. HEX triplet: E0, 9C and 7A. RGB value is (224,156,122). Sum of RGB (Red+Green+Blue) = 224+156+122=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C7A is #1F6385. Grayscale: #ACACAC. Windows color (decimal): -2057094 or 8035552. OLE color: 8035552.

HSL color Cylindrical-coordinate representation of color #E09C7A: hue angle of 20º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E09C7A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224156122-
CMYK00.300.460.12
HSL20º62.2%67.84%-
HSV(B)20º45.54%87.84%-
XYZ46.1441.0323.9-
YUV172.4699.53164.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=44.62%
G=31.08%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415612200.300.460.122062.267.84
HexE09C7A01E2EC143e44
Octal34023417203656142476104
Binary111000001001110011110100111101011101100101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09C7A; }

 p { color: rgb(224,156,122); }

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

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

 a { background-color: rgb(224,156,122); }

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

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

 span { border-color: rgb(224,156,122); }

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