#E09C7B

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

Shades of Dark Salmon #E09C7B

Tints of Dark Salmon #E09C7B

Color information

#E09C7B (or 0xE09C7B) is unknown color: approx Dark Salmon. HEX triplet: E0, 9C and 7B. RGB value is (224,156,123). Sum of RGB (Red+Green+Blue) = 224+156+123=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C7B is #1F6384. Grayscale: #ACACAC. Windows color (decimal): -2057093 or 8101088. OLE color: 8101088.

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

Color convert

RGB224156123-
CMYK00.300.450.12
HSL19.6º61.96%68.04%-
HSV(B)19.6º45.09%87.84%-
XYZ46.241.0524.23-
YUV172.57100.03164.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=44.53%
G=31.01%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415612300.300.450.1219.661.9668.04
HexE09C7B01E2DC143e44
Octal34023417303655142476104
Binary111000001001110011110110111101011011100101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09C7B; }

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

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

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

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

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

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

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

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