#E69673

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

Shades of Dark Salmon #E69673

Tints of Dark Salmon #E69673

Color information

#E69673 (or 0xE69673) is unknown color: approx Dark Salmon. HEX triplet: E6, 96 and 73. RGB value is (230,150,115). Sum of RGB (Red+Green+Blue) = 230+150+115=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E69673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69673 is #19698C. Grayscale: #AAAAAA. Windows color (decimal): -1665421 or 7575270. OLE color: 7575270.

HSL color Cylindrical-coordinate representation of color #E69673: hue angle of 18.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 #E69673 is Cyan = 0, Magento = 0.35, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB230150115-
CMYK00.350.50.10
HSL18.26º69.7%67.65%-
HSV(B)18.26º50%90.2%-
XYZ46.6339.8721.46-
YUV169.9397170.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.46%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=46.46%
G=30.30%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015011500.350.50.1018.2669.767.65
HexE6967302332A124644
Octal346226163043621222106104
Binary11100110100101101110011010001111001010101001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69673; }

 p { color: rgb(230,150,115); }

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

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

 a { background-color: rgb(230,150,115); }

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

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

 span { border-color: rgb(230,150,115); }

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