#EA9170

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

Shades of Dark Salmon #EA9170

Tints of Dark Salmon #EA9170

Color information

#EA9170 (or 0xEA9170) is unknown color: approx Dark Salmon. HEX triplet: EA, 91 and 70. RGB value is (234,145,112). Sum of RGB (Red+Green+Blue) = 234+145+112=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9170 is #156E8F. Grayscale: #A8A8A8. Windows color (decimal): -1404560 or 7377386. OLE color: 7377386.

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

Color convert

RGB234145112-
CMYK00.380.520.08
HSL16.23º74.39%67.84%-
HSV(B)16.23º52.14%91.76%-
XYZ46.9838.9120.36-
YUV167.8596.49175.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=47.66%
G=29.53%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414511200.380.520.0816.2374.3967.84
HexEA9170026348104a44
Octal352221160046641020112104
Binary11101010100100011110000010011011010010001000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9170; }

 p { color: rgb(234,145,112); }

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

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

 a { background-color: rgb(234,145,112); }

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

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

 span { border-color: rgb(234,145,112); }

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