#E99283

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

Shades of Dark Salmon #E99283

Tints of Dark Salmon #E99283

Color information

#E99283 (or 0xE99283) is unknown color: approx Dark Salmon. HEX triplet: E9, 92 and 83. RGB value is (233,146,131). Sum of RGB (Red+Green+Blue) = 233+146+131=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E99283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99283 is #166D7C. Grayscale: #AAAAAA. Windows color (decimal): -1469821 or 8622825. OLE color: 8622825.

HSL color Cylindrical-coordinate representation of color #E99283: hue angle of 8.82º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E99283 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB233146131-
CMYK00.370.440.09
HSL8.82º69.86%71.37%-
HSV(B)8.82º43.78%91.37%-
XYZ47.9839.5226.57-
YUV170.3105.82172.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=45.69%
G=28.63%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314613100.370.440.098.8269.8671.37
HexE992830252C994647
Octal351222203045541111106107
Binary11101001100100101000001101001011011001001100110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99283; }

 p { color: rgb(233,146,131); }

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

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

 a { background-color: rgb(233,146,131); }

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

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

 span { border-color: rgb(233,146,131); }

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