#E69172

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

Shades of Dark Salmon #E69172

Tints of Dark Salmon #E69172

Color information

#E69172 (or 0xE69172) is unknown color: approx Dark Salmon. HEX triplet: E6, 91 and 72. RGB value is (230,145,114). Sum of RGB (Red+Green+Blue) = 230+145+114=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E69172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69172 is #196E8D. Grayscale: #A7A7A7. Windows color (decimal): -1666702 or 7508454. OLE color: 7508454.

HSL color Cylindrical-coordinate representation of color #E69172: hue angle of 16.03º degrees, saturation: 0.7, 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 #E69172 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB230145114-
CMYK00.370.500.10
HSL16.03º69.88%67.45%-
HSV(B)16.03º50.43%90.2%-
XYZ45.838.2920.9-
YUV166.8898.16173.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.03%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=47.03%
G=29.65%
B=23.31%

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
Decimal23014511400.370.500.1016.0369.8867.45
HexE6917202532A104643
Octal346221162045621220106103
Binary11100110100100011110010010010111001010101000010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69172; }

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

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

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

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

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

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

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

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