#E99D76

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

Shades of Dark Salmon #E99D76

Tints of Dark Salmon #E99D76

Color information

#E99D76 (or 0xE99D76) is unknown color: approx Dark Salmon. HEX triplet: E9, 9D and 76. RGB value is (233,157,118). Sum of RGB (Red+Green+Blue) = 233+157+118=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D76 is #166289. Grayscale: #AFAFAF. Windows color (decimal): -1467018 or 7773673. OLE color: 7773673.

HSL color Cylindrical-coordinate representation of color #E99D76: hue angle of 20.35º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E99D76 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB233157118-
CMYK00.330.490.09
HSL20.35º72.33%68.82%-
HSV(B)20.35º49.36%91.37%-
XYZ48.9342.7522.81-
YUV175.2895.68169.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.87%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=45.87%
G=30.91%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315711800.330.490.0920.3572.3368.82
HexE99D76021319144845
Octal351235166041611124110105
Binary11101001100111011110110010000111000110011010010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D76; }

 p { color: rgb(233,157,118); }

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

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

 a { background-color: rgb(233,157,118); }

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

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

 span { border-color: rgb(233,157,118); }

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