#E59273

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

Shades of Dark Salmon #E59273

Tints of Dark Salmon #E59273

Color information

#E59273 (or 0xE59273) is unknown color: approx Dark Salmon. HEX triplet: E5, 92 and 73. RGB value is (229,146,115). Sum of RGB (Red+Green+Blue) = 229+146+115=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E59273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59273 is #1A6D8C. Grayscale: #A7A7A7. Windows color (decimal): -1731981 or 7574245. OLE color: 7574245.

HSL color Cylindrical-coordinate representation of color #E59273: hue angle of 16.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E59273 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB229146115-
CMYK00.360.500.10
HSL16.32º68.67%67.45%-
HSV(B)16.32º49.78%89.8%-
XYZ45.6938.4521.23-
YUV167.2898.5172.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.73%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=46.73%
G=29.80%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914611500.360.500.1016.3268.6767.45
HexE5927302432A104543
Octal345222163044621220105103
Binary11100101100100101110011010010011001010101000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59273; }

 p { color: rgb(229,146,115); }

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

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

 a { background-color: rgb(229,146,115); }

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

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

 span { border-color: rgb(229,146,115); }

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