#EB8A76

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

Shades of Dark Salmon #EB8A76

Tints of Dark Salmon #EB8A76

Color information

#EB8A76 (or 0xEB8A76) is unknown color: approx Dark Salmon. HEX triplet: EB, 8A and 76. RGB value is (235,138,118). Sum of RGB (Red+Green+Blue) = 235+138+118=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A76 is #147589. Grayscale: #A4A4A4. Windows color (decimal): -1340810 or 7768811. OLE color: 7768811.

HSL color Cylindrical-coordinate representation of color #EB8A76: hue angle of 10.26º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB8A76 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235138118-
CMYK00.410.500.08
HSL10.26º74.52%69.22%-
HSV(B)10.26º49.79%92.16%-
XYZ46.6237.1521.85-
YUV164.72101.64178.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=47.86%
G=28.11%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513811800.410.500.0810.2674.5269.22
HexEB8A76029328a4b45
Octal353212166051621012113105
Binary1110101110001010111011001010011100101000101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A76; }

 p { color: rgb(235,138,118); }

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

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

 a { background-color: rgb(235,138,118); }

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

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

 span { border-color: rgb(235,138,118); }

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