#E99071

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

Shades of Dark Salmon #E99071

Tints of Dark Salmon #E99071

Color information

#E99071 (or 0xE99071) is unknown color: approx Dark Salmon. HEX triplet: E9, 90 and 71. RGB value is (233,144,113). Sum of RGB (Red+Green+Blue) = 233+144+113=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E99071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99071 is #166F8E. Grayscale: #A7A7A7. Windows color (decimal): -1470351 or 7442665. OLE color: 7442665.

HSL color Cylindrical-coordinate representation of color #E99071: hue angle of 15.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 #E99071 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233144113-
CMYK00.380.520.09
HSL15.5º73.17%67.84%-
HSV(B)15.5º51.5%91.37%-
XYZ46.5638.4620.59-
YUV167.0897.49175.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.55%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=47.55%
G=29.39%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314411300.380.520.0915.573.1767.84
HexE99071026349104944
Octal351220161046641120111104
Binary11101001100100001110001010011011010010011000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99071; }

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

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

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

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

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

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

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

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