#EB906A

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

Shades of Dark Salmon #EB906A

Tints of Dark Salmon #EB906A

Color information

#EB906A (or 0xEB906A) is unknown color: approx Dark Salmon. HEX triplet: EB, 90 and 6A. RGB value is (235,144,106). Sum of RGB (Red+Green+Blue) = 235+144+106=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB906A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB906A is #146F95. Grayscale: #A7A7A7. Windows color (decimal): -1339286 or 6983915. OLE color: 6983915.

HSL color Cylindrical-coordinate representation of color #EB906A: hue angle of 17.67º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB906A is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB235144106-
CMYK00.390.550.08
HSL17.67º76.33%66.86%-
HSV(B)17.67º54.89%92.16%-
XYZ46.8438.6518.63-
YUV166.8893.65176.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=48.45%
G=29.69%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514410600.390.550.0817.6776.3366.86
HexEB906A027378124c43
Octal353220152047671022114103
Binary11101011100100001101010010011111011110001001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB906A; }

 p { color: rgb(235,144,106); }

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

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

 a { background-color: rgb(235,144,106); }

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

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

 span { border-color: rgb(235,144,106); }

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