#EB9572

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

Shades of Dark Salmon #EB9572

Tints of Dark Salmon #EB9572

Color information

#EB9572 (or 0xEB9572) is unknown color: approx Dark Salmon. HEX triplet: EB, 95 and 72. RGB value is (235,149,114). Sum of RGB (Red+Green+Blue) = 235+149+114=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9572 is #146A8D. Grayscale: #AAAAAA. Windows color (decimal): -1337998 or 7509483. OLE color: 7509483.

HSL color Cylindrical-coordinate representation of color #EB9572: hue angle of 17.36º 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 #EB9572 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB235149114-
CMYK00.370.510.08
HSL17.36º75.16%68.43%-
HSV(B)17.36º51.49%92.16%-
XYZ48.0540.3721.18-
YUV170.7295.99173.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=47.19%
G=29.92%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514911400.370.510.0817.3675.1668.43
HexEB9572025338114b44
Octal353225162045631021113104
Binary11101011100101011110010010010111001110001000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9572; }

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

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

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

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

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

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

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

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