#EA916C

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

Shades of Dark Salmon #EA916C

Tints of Dark Salmon #EA916C

Color information

#EA916C (or 0xEA916C) is unknown color: approx Dark Salmon. HEX triplet: EA, 91 and 6C. RGB value is (234,145,108). Sum of RGB (Red+Green+Blue) = 234+145+108=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA916C is #156E93. Grayscale: #A7A7A7. Windows color (decimal): -1404564 or 7115242. OLE color: 7115242.

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

Color convert

RGB234145108-
CMYK00.380.540.08
HSL17.62º75%67.06%-
HSV(B)17.62º53.85%91.76%-
XYZ46.7638.8319.22-
YUV167.3994.49175.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=48.05%
G=29.77%
B=22.18%

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
Decimal23414510800.380.540.0817.627567.06
HexEA916C026368124b43
Octal352221154046661022113103
Binary11101010100100011101100010011011011010001001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA916C; }

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

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

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

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

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

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

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

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