#ea906b

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

Shades of Dark Salmon #EA906B

Tints of Dark Salmon #EA906B

Color information

#EA906B (or 0xEA906B) is unknown color: approx Dark Salmon. HEX triplet: EA, 90 and 6B. RGB value is (234,144,107). Sum of RGB (Red+Green+Blue) = 234+144+107=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA906B is #156F94. Grayscale: #A6A6A6. Windows color (decimal): -1404821 or 7049450. OLE color: 7049450.

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

Color convert

RGB234144107-
CMYK00.380.540.08
HSL17.48º75.15%66.86%-
HSV(B)17.48º54.27%91.76%-
XYZ46.5638.518.89-
YUV166.6994.32176.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 107 (42.19% from 255) = 22.06%
R=48.25%
G=29.69%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414410700.380.540.0817.4875.1566.86
HexEA906B026368114b43
Octal352220153046661021113103
Binary11101010100100001101011010011011011010001000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea906b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea906b; }

 p { color: rgb(234,144,107); }

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

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

 a { background-color: rgb(234,144,107); }

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

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

 span { border-color: rgb(234,144,107); }

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