#E99874

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

Shades of Dark Salmon #E99874

Tints of Dark Salmon #E99874

Color information

#E99874 (or 0xE99874) is unknown color: approx Dark Salmon. HEX triplet: E9, 98 and 74. RGB value is (233,152,116). Sum of RGB (Red+Green+Blue) = 233+152+116=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E99874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99874 is #16678B. Grayscale: #ACACAC. Windows color (decimal): -1468300 or 7641321. OLE color: 7641321.

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

Color convert

RGB233152116-
CMYK00.350.500.09
HSL18.46º72.67%68.43%-
HSV(B)18.46º50.21%91.37%-
XYZ47.9841.0421.92-
YUV172.1196.34171.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=46.51%
G=30.34%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315211600.350.500.0918.4672.6768.43
HexE99874023329124944
Octal351230164043621122111104
Binary11101001100110001110100010001111001010011001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99874; }

 p { color: rgb(233,152,116); }

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

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

 a { background-color: rgb(233,152,116); }

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

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

 span { border-color: rgb(233,152,116); }

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