#E99A6D

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

Shades of Dark Salmon #E99A6D

Tints of Dark Salmon #E99A6D

Color information

#E99A6D (or 0xE99A6D) is unknown color: approx Dark Salmon. HEX triplet: E9, 9A and 6D. RGB value is (233,154,109). Sum of RGB (Red+Green+Blue) = 233+154+109=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99A6D is #166592. Grayscale: #ACACAC. Windows color (decimal): -1467795 or 7183081. OLE color: 7183081.

HSL color Cylindrical-coordinate representation of color #E99A6D: hue angle of 21.77º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E99A6D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233154109-
CMYK00.340.530.09
HSL21.77º73.81%67.06%-
HSV(B)21.77º53.22%91.37%-
XYZ47.9241.5419.96-
YUV172.4992.17171.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=46.98%
G=31.05%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315410900.340.530.0921.7773.8167.06
HexE99A6D022359164a43
Octal351232155042651126112103
Binary11101001100110101101101010001011010110011011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99A6D; }

 p { color: rgb(233,154,109); }

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

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

 a { background-color: rgb(233,154,109); }

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

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

 span { border-color: rgb(233,154,109); }

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