#E19078

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

Shades of Dark Salmon #E19078

Tints of Dark Salmon #E19078

Color information

#E19078 (or 0xE19078) is unknown color: approx Dark Salmon. HEX triplet: E1, 90 and 78. RGB value is (225,144,120). Sum of RGB (Red+Green+Blue) = 225+144+120=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19078 is #1E6F87. Grayscale: #A5A5A5. Windows color (decimal): -1994632 or 7901409. OLE color: 7901409.

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

Color convert

RGB225144120-
CMYK00.360.470.12
HSL13.71º63.64%67.65%-
HSV(B)13.71º46.67%88.24%-
XYZ44.4137.3122.63-
YUV165.48102.34170.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=46.01%
G=29.45%
B=24.54%

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
Decimal22514412000.360.470.1213.7163.6467.65
HexE190780242FCe4044
Octal341220170044571416100104
Binary1110000110010000111100001001001011111100111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19078; }

 p { color: rgb(225,144,120); }

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

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

 a { background-color: rgb(225,144,120); }

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

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

 span { border-color: rgb(225,144,120); }

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