#EB8A72

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

Shades of Dark Salmon #EB8A72

Tints of Dark Salmon #EB8A72

Color information

#EB8A72 (or 0xEB8A72) is unknown color: approx Dark Salmon. HEX triplet: EB, 8A and 72. RGB value is (235,138,114). Sum of RGB (Red+Green+Blue) = 235+138+114=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A72 is #14758D. Grayscale: #A4A4A4. Windows color (decimal): -1340814 or 7506667. OLE color: 7506667.

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

Color convert

RGB235138114-
CMYK00.410.510.08
HSL11.9º75.16%68.43%-
HSV(B)11.9º51.49%92.16%-
XYZ46.3937.0520.63-
YUV164.2799.64178.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.25%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=48.25%
G=28.34%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513811400.410.510.0811.975.1668.43
HexEB8A72029338c4b44
Octal353212162051631014113104
Binary1110101110001010111001001010011100111000110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A72; }

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

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

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

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

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

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

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

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