#EB8A79

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

Shades of Dark Salmon #EB8A79

Tints of Dark Salmon #EB8A79

Color information

#EB8A79 (or 0xEB8A79) is unknown color: approx Dark Salmon. HEX triplet: EB, 8A and 79. RGB value is (235,138,121). Sum of RGB (Red+Green+Blue) = 235+138+121=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A79 is #147586. Grayscale: #A5A5A5. Windows color (decimal): -1340807 or 7965419. OLE color: 7965419.

HSL color Cylindrical-coordinate representation of color #EB8A79: hue angle of 8.95º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB8A79 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235138121-
CMYK00.410.490.08
HSL8.95º74.03%69.8%-
HSV(B)8.95º48.51%92.16%-
XYZ46.837.2222.81-
YUV165.07103.14177.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=47.57%
G=27.94%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513812100.410.490.088.9574.0369.8
HexEB8A7902931894a46
Octal353212171051611011112106
Binary1110101110001010111100101010011100011000100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A79; }

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

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

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

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

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

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

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

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