#E69174

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

Shades of Dark Salmon #E69174

Tints of Dark Salmon #E69174

Color information

#E69174 (or 0xE69174) is unknown color: approx Dark Salmon. HEX triplet: E6, 91 and 74. RGB value is (230,145,116). Sum of RGB (Red+Green+Blue) = 230+145+116=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E69174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69174 is #196E8B. Grayscale: #A7A7A7. Windows color (decimal): -1666700 or 7639526. OLE color: 7639526.

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

Color convert

RGB230145116-
CMYK00.370.500.10
HSL15.26º69.51%67.84%-
HSV(B)15.26º49.57%90.2%-
XYZ45.9138.3321.5-
YUV167.1199.16172.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.84%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=46.84%
G=29.53%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014511600.370.500.1015.2669.5167.84
HexE6917402532Af4644
Octal346221164045621217106104
Binary1110011010010001111010001001011100101010111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69174; }

 p { color: rgb(230,145,116); }

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

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

 a { background-color: rgb(230,145,116); }

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

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

 span { border-color: rgb(230,145,116); }

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