#E89681

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

Shades of Dark Salmon #E89681

Tints of Dark Salmon #E89681

Color information

#E89681 (or 0xE89681) is unknown color: approx Dark Salmon. HEX triplet: E8, 96 and 81. RGB value is (232,150,129). Sum of RGB (Red+Green+Blue) = 232+150+129=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E89681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89681 is #17697E. Grayscale: #ACACAC. Windows color (decimal): -1534335 or 8492776. OLE color: 8492776.

HSL color Cylindrical-coordinate representation of color #E89681: hue angle of 12.23º degrees, saturation: 0.69, 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 #E89681 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB232150129-
CMYK00.350.440.09
HSL12.23º69.13%70.78%-
HSV(B)12.23º44.4%90.98%-
XYZ48.1540.5526.06-
YUV172.12103.67170.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.40%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=45.40%
G=29.35%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215012900.350.440.0912.2369.1370.78
HexE896810232C9c4547
Octal350226201043541114105107
Binary11101000100101101000000101000111011001001110010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89681; }

 p { color: rgb(232,150,129); }

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

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

 a { background-color: rgb(232,150,129); }

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

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

 span { border-color: rgb(232,150,129); }

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