#E69570

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

Shades of Dark Salmon #E69570

Tints of Dark Salmon #E69570

Color information

#E69570 (or 0xE69570) is unknown color: approx Dark Salmon. HEX triplet: E6, 95 and 70. RGB value is (230,149,112). Sum of RGB (Red+Green+Blue) = 230+149+112=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E69570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69570 is #196A8F. Grayscale: #A9A9A9. Windows color (decimal): -1665680 or 7378406. OLE color: 7378406.

HSL color Cylindrical-coordinate representation of color #E69570: hue angle of 18.81º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E69570 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230149112-
CMYK00.350.510.10
HSL18.81º70.24%67.06%-
HSV(B)18.81º51.3%90.2%-
XYZ46.3139.4920.51-
YUV16995.84171.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.84%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=46.84%
G=30.35%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014911200.350.510.1018.8170.2467.06
HexE6957002333A134643
Octal346225160043631223106103
Binary11100110100101011110000010001111001110101001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69570; }

 p { color: rgb(230,149,112); }

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

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

 a { background-color: rgb(230,149,112); }

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

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

 span { border-color: rgb(230,149,112); }

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