#E69472

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

Shades of Dark Salmon #E69472

Tints of Dark Salmon #E69472

Color information

#E69472 (or 0xE69472) is unknown color: approx Dark Salmon. HEX triplet: E6, 94 and 72. RGB value is (230,148,114). Sum of RGB (Red+Green+Blue) = 230+148+114=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E69472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69472 is #196B8D. Grayscale: #A8A8A8. Windows color (decimal): -1665934 or 7509222. OLE color: 7509222.

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

Color convert

RGB230148114-
CMYK00.360.500.10
HSL17.59º69.88%67.45%-
HSV(B)17.59º50.43%90.2%-
XYZ46.2639.2221.05-
YUV168.6497.17171.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=46.75%
G=30.08%
B=23.17%

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
Decimal23014811400.360.500.1017.5969.8867.45
HexE6947202432A124643
Octal346224162044621222106103
Binary11100110100101001110010010010011001010101001010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69472; }

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

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

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

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

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

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

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

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