#e59278

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

Shades of Dark Salmon #E59278

Tints of Dark Salmon #E59278

Color information

#E59278 (or 0xE59278) is unknown color: approx Dark Salmon. HEX triplet: E5, 92 and 78. RGB value is (229,146,120). Sum of RGB (Red+Green+Blue) = 229+146+120=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E59278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59278 is #1A6D87. Grayscale: #A8A8A8. Windows color (decimal): -1731976 or 7901925. OLE color: 7901925.

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

Color convert

RGB229146120-
CMYK00.360.480.10
HSL14.31º67.7%68.43%-
HSV(B)14.31º47.6%89.8%-
XYZ45.9838.5722.79-
YUV167.85101171.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=46.26%
G=29.49%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914612000.360.480.1014.3167.768.43
HexE5927802430Ae4444
Octal345222170044601216104104
Binary1110010110010010111100001001001100001010111010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e59278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e59278; }

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

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

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

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

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

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

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

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