#EB8E74

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

Shades of Dark Salmon #EB8E74

Tints of Dark Salmon #EB8E74

Color information

#EB8E74 (or 0xEB8E74) is unknown color: approx Dark Salmon. HEX triplet: EB, 8E and 74. RGB value is (235,142,116). Sum of RGB (Red+Green+Blue) = 235+142+116=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E74 is #14718B. Grayscale: #A7A7A7. Windows color (decimal): -1339788 or 7638763. OLE color: 7638763.

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

Color convert

RGB235142116-
CMYK00.400.510.08
HSL13.11º74.84%68.82%-
HSV(B)13.11º50.64%92.16%-
XYZ47.0938.2721.43-
YUV166.8499.31176.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=47.67%
G=28.80%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514211600.400.510.0813.1174.8468.82
HexEB8E74028338d4b45
Octal353216164050631015113105
Binary1110101110001110111010001010001100111000110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E74; }

 p { color: rgb(235,142,116); }

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

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

 a { background-color: rgb(235,142,116); }

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

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

 span { border-color: rgb(235,142,116); }

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