#E99671

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

Shades of Dark Salmon #E99671

Tints of Dark Salmon #E99671

Color information

#E99671 (or 0xE99671) is unknown color: approx Dark Salmon. HEX triplet: E9, 96 and 71. RGB value is (233,150,113). Sum of RGB (Red+Green+Blue) = 233+150+113=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E99671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99671 is #16698E. Grayscale: #AAAAAA. Windows color (decimal): -1468815 or 7444201. OLE color: 7444201.

HSL color Cylindrical-coordinate representation of color #E99671: hue angle of 18.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99671 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233150113-
CMYK00.360.520.09
HSL18.5º73.17%67.84%-
HSV(B)18.5º51.5%91.37%-
XYZ47.4940.3320.9-
YUV170.695.5172.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=46.98%
G=30.24%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315011300.360.520.0918.573.1767.84
HexE99671024349134944
Octal351226161044641123111104
Binary11101001100101101110001010010011010010011001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99671; }

 p { color: rgb(233,150,113); }

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

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

 a { background-color: rgb(233,150,113); }

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

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

 span { border-color: rgb(233,150,113); }

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