#EA9B7F

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

Shades of Dark Salmon #EA9B7F

Tints of Dark Salmon #EA9B7F

Color information

#EA9B7F (or 0xEA9B7F) is unknown color: approx Dark Salmon. HEX triplet: EA, 9B and 7F. RGB value is (234,155,127). Sum of RGB (Red+Green+Blue) = 234+155+127=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9B7F is #156480. Grayscale: #AFAFAF. Windows color (decimal): -1401985 or 8362986. OLE color: 8362986.

HSL color Cylindrical-coordinate representation of color #EA9B7F: hue angle of 15.7º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA9B7F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234155127-
CMYK00.340.460.08
HSL15.7º71.81%70.78%-
HSV(B)15.7º45.73%91.76%-
XYZ49.4842.4725.67-
YUV175.43100.67169.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 127 (50% from 255) = 24.61%
R=45.35%
G=30.04%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415512700.340.460.0815.771.8170.78
HexEA9B7F0222E8104847
Octal352233177042561020110107
Binary11101010100110111111111010001010111010001000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B7F; }

 p { color: rgb(234,155,127); }

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

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

 a { background-color: rgb(234,155,127); }

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

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

 span { border-color: rgb(234,155,127); }

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