#E99D70

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

Shades of Dark Salmon #E99D70

Tints of Dark Salmon #E99D70

Color information

#E99D70 (or 0xE99D70) is unknown color: approx Dark Salmon. HEX triplet: E9, 9D and 70. RGB value is (233,157,112). Sum of RGB (Red+Green+Blue) = 233+157+112=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D70 is #16628F. Grayscale: #AEAEAE. Windows color (decimal): -1467024 or 7380457. OLE color: 7380457.

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

Color convert

RGB233157112-
CMYK00.330.520.09
HSL22.31º73.33%67.65%-
HSV(B)22.31º51.93%91.37%-
XYZ48.5942.6120.99-
YUV174.5992.68169.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=46.41%
G=31.27%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315711200.330.520.0922.3173.3367.65
HexE99D70021349164944
Octal351235160041641126111104
Binary11101001100111011110000010000111010010011011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D70; }

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

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

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

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

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

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

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

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