#E89875

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

Shades of Dark Salmon #E89875

Tints of Dark Salmon #E89875

Color information

#E89875 (or 0xE89875) is unknown color: approx Dark Salmon. HEX triplet: E8, 98 and 75. RGB value is (232,152,117). Sum of RGB (Red+Green+Blue) = 232+152+117=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E89875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89875 is #17678A. Grayscale: #ACACAC. Windows color (decimal): -1533835 or 7706856. OLE color: 7706856.

HSL color Cylindrical-coordinate representation of color #E89875: hue angle of 18.26º degrees, saturation: 0.71, 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 #E89875 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232152117-
CMYK00.340.500.09
HSL18.26º71.43%68.43%-
HSV(B)18.26º49.57%90.98%-
XYZ47.7240.922.21-
YUV171.9397170.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.31%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=46.31%
G=30.34%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215211700.340.500.0918.2671.4368.43
HexE89875022329124744
Octal350230165042621122107104
Binary11101000100110001110101010001011001010011001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89875; }

 p { color: rgb(232,152,117); }

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

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

 a { background-color: rgb(232,152,117); }

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

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

 span { border-color: rgb(232,152,117); }

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